Html Css Color HEX #691218 Pohutukawa

📋 copy color: '#691218'

red 105 ◦ green 18 ◦ blue 24

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

Shades of Pohutukawa #691218

Tints of Pohutukawa #691218

RGB

 RED value IS 105 (41.41% from 255) = 71.43%

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 71.43%
G = 12.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#691218 (or 0x691218) is known color: Pohutukawa. HEX triplet: 69, 12 and 18. RGB value is (105,18,24). Sum of RGB (Red+Green+Blue) = 105+18+24=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691218 is #96EDE7. Grayscale: #2C2C2C. Windows color (decimal): -9891304 or 1577577. OLE color: 1577577.

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

Color convert

RGB 105 18 24 -
CMYK 0 0.83 0.77 0.59
HSL 355.86º 0.71% 0.24% -
HSV(B) 355.86º 0.83% 0.41% -
XYZ 6.21 3.5 1.21 -
YUV 44.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 105 18 24 0 0.83 0.77 0.59 355.86 0.71 0.24
Hex 69 12 18 0 53 4D 3B 164 47 18
Octal 151 22 30 0 123 115 73 544 107 30
Binary 1101001 10010 11000 0 1010011 1001101 111011 101100100 1000111 11000

Color Harmonies of #691218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691218

Black with #691218

Text Example


Text Example

White with #691218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691218; }

 p { color: rgb(105,18,24); }

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

background-color css

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

 a { background-color: rgb(105,18,24); }

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

border-color css

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

 span { border-color: rgb(105,18,24); }

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