Html Css Color HEX #691418 Pohutukawa

📋 copy color: '#691418'

red 105 ◦ green 20 ◦ blue 24

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

Shades of Pohutukawa #691418

Tints of Pohutukawa #691418

RGB

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

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

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

R = 70.47%
G = 13.42%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#691418 (or 0x691418) is known color: Pohutukawa. HEX triplet: 69, 14 and 18. RGB value is (105,20,24). Sum of RGB (Red+Green+Blue) = 105+20+24=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691418 is #96EBE7. Grayscale: #2D2D2D. Windows color (decimal): -9890792 or 1578089. OLE color: 1578089.

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

Color convert

RGB 105 20 24 -
CMYK 0 0.81 0.77 0.59
HSL 357.18º 0.68% 0.25% -
HSV(B) 357.18º 0.81% 0.41% -
XYZ 6.24 3.57 1.22 -
YUV 45.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 105 20 24 0 0.81 0.77 0.59 357.18 0.68 0.25
Hex 69 14 18 0 51 4D 3B 165 44 19
Octal 151 24 30 0 121 115 73 545 104 31
Binary 1101001 10100 11000 0 1010001 1001101 111011 101100101 1000100 11001

Color Harmonies of #691418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691418

Black with #691418

Text Example


Text Example

White with #691418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691418; }

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

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

background-color css

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

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

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

border-color css

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

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

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