Html Css Color HEX #681219 Pohutukawa

📋 copy color: '#681219'

red 104 ◦ green 18 ◦ blue 25

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

Shades of Pohutukawa #681219

Tints of Pohutukawa #681219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 70.75%
G = 12.24%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681219 (or 0x681219) is known color: Pohutukawa. HEX triplet: 68, 12 and 19. RGB value is (104,18,25). Sum of RGB (Red+Green+Blue) = 104+18+25=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681219 is #97EDE6. Grayscale: #2C2C2C. Windows color (decimal): -9956839 or 1643112. OLE color: 1643112.

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

Color convert

RGB 104 18 25 -
CMYK 0 0.83 0.76 0.59
HSL 355.12º 0.7% 0.24% -
HSV(B) 355.12º 0.83% 0.41% -
XYZ 6.1 3.45 1.26 -
YUV 44.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 104 18 25 0 0.83 0.76 0.59 355.12 0.7 0.24
Hex 68 12 19 0 53 4C 3B 163 46 18
Octal 150 22 31 0 123 114 73 543 106 30
Binary 1101000 10010 11001 0 1010011 1001100 111011 101100011 1000110 11000

Color Harmonies of #681219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681219

Black with #681219

Text Example


Text Example

White with #681219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681219; }

 p { color: rgb(104,18,25); }

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

background-color css

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

 a { background-color: rgb(104,18,25); }

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

border-color css

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

 span { border-color: rgb(104,18,25); }

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