Html Css Color HEX #681224 Pohutukawa

📋 copy color: '#681224'

red 104 ◦ green 18 ◦ blue 36

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

Shades of Pohutukawa #681224

Tints of Pohutukawa #681224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.78%

R = 65.82%
G = 11.39%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#681224 (or 0x681224) is known color: Pohutukawa. HEX triplet: 68, 12 and 24. RGB value is (104,18,36). Sum of RGB (Red+Green+Blue) = 104+18+36=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681224 is #97EDDB. Grayscale: #2D2D2D. Windows color (decimal): -9956828 or 2364008. OLE color: 2364008.

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

Color convert

RGB 104 18 36 -
CMYK 0 0.83 0.65 0.59
HSL 347.44º 0.7% 0.24% -
HSV(B) 347.44º 0.83% 0.41% -
XYZ 6.24 3.5 2.02 -
YUV 45.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 104 18 36 0 0.83 0.65 0.59 347.44 0.7 0.24
Hex 68 12 24 0 53 41 3B 15B 46 18
Octal 150 22 44 0 123 101 73 533 106 30
Binary 1101000 10010 100100 0 1010011 1000001 111011 101011011 1000110 11000

Color Harmonies of #681224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681224

Black with #681224

Text Example


Text Example

White with #681224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681224; }

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

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

background-color css

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

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

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

border-color css

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

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

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