Html Css Color HEX #681427 Pohutukawa

📋 copy color: '#681427'

red 104 ◦ green 20 ◦ blue 39

#681427
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #681427

Tints of Pohutukawa #681427

RGB

 RED value IS 104 (41.02% from 255) = 63.8%

 GREEN value IS 20 (8.2% from 255) = 12.27%

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 63.8%
G = 12.27%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#681427 (or 0x681427) is known color: Pohutukawa. HEX triplet: 68, 14 and 27. RGB value is (104,20,39). Sum of RGB (Red+Green+Blue) = 104+20+39=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681427 is #97EBD8. Grayscale: #2F2F2F. Windows color (decimal): -9956313 or 2561128. OLE color: 2561128.

HSL color Cylindrical-coordinate representation of color #681427: hue angle of 346.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681427 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 39 -
CMYK 0 0.81 0.62 0.59
HSL 346.43º 0.68% 0.24% -
HSV(B) 346.43º 0.81% 0.41% -
XYZ 6.33 3.59 2.28 -
YUV 47.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 104 20 39 0 0.81 0.62 0.59 346.43 0.68 0.24
Hex 68 14 27 0 51 3E 3B 15A 44 18
Octal 150 24 47 0 121 76 73 532 104 30
Binary 1101000 10100 100111 0 1010001 111110 111011 101011010 1000100 11000

Color Harmonies of #681427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681427

Black with #681427

Text Example


Text Example

White with #681427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681427; }

 p { color: rgb(104,20,39); }

 H1.HeaderClassName
 {
   color: #681427;
 }
 .AnyTagClassName
 {
   color: #681427;
 }
</style>

background-color css

<style>
 a { background-color: #681427; }

 a { background-color: rgb(104,20,39); }

 div.DivClassName
 {
   background-color: #681427;
 }
 .BgClassName
 {
   background-color: #681427;
 }
</style>

border-color css

<style>
 span { border-color: #681427; }

 span { border-color: rgb(104,20,39); }

 td.TdClassName
 {
   border-color: #681427;
 }
 .TagClassName
 {
   border-color: #681427;
 }
</style>