Html Css Color HEX #681426 Pohutukawa

📋 copy color: '#681426'

red 104 ◦ green 20 ◦ blue 38

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

Shades of Pohutukawa #681426

Tints of Pohutukawa #681426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.46%

R = 64.2%
G = 12.35%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681426 (or 0x681426) is known color: Pohutukawa. HEX triplet: 68, 14 and 26. RGB value is (104,20,38). Sum of RGB (Red+Green+Blue) = 104+20+38=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681426 is #97EBD9. Grayscale: #2F2F2F. Windows color (decimal): -9956314 or 2495592. OLE color: 2495592.

HSL color Cylindrical-coordinate representation of color #681426: hue angle of 347.14º 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 #681426 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 38 -
CMYK 0 0.81 0.63 0.59
HSL 347.14º 0.68% 0.24% -
HSV(B) 347.14º 0.81% 0.41% -
XYZ 6.31 3.58 2.19 -
YUV 47.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 104 20 38 0 0.81 0.63 0.59 347.14 0.68 0.24
Hex 68 14 26 0 51 3F 3B 15B 44 18
Octal 150 24 46 0 121 77 73 533 104 30
Binary 1101000 10100 100110 0 1010001 111111 111011 101011011 1000100 11000

Color Harmonies of #681426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681426

Black with #681426

Text Example


Text Example

White with #681426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681426; }

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

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

background-color css

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

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

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

border-color css

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

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

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