Html Css Color HEX #691219 Pohutukawa

📋 copy color: '#691219'

red 105 ◦ green 18 ◦ blue 25

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

Shades of Pohutukawa #691219

Tints of Pohutukawa #691219

RGB

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

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

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

R = 70.95%
G = 12.16%
B = 16.89%

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

#691219 (or 0x691219) is known color: Pohutukawa. HEX triplet: 69, 12 and 19. RGB value is (105,18,25). Sum of RGB (Red+Green+Blue) = 105+18+25=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691219 is #96EDE6. Grayscale: #2C2C2C. Windows color (decimal): -9891303 or 1643113. OLE color: 1643113.

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

Color convert

RGB 105 18 25 -
CMYK 0 0.83 0.76 0.59
HSL 355.17º 0.71% 0.24% -
HSV(B) 355.17º 0.83% 0.41% -
XYZ 6.22 3.51 1.27 -
YUV 44.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 105 18 25 0 0.83 0.76 0.59 355.17 0.71 0.24
Hex 69 12 19 0 53 4C 3B 163 47 18
Octal 151 22 31 0 123 114 73 543 107 30
Binary 1101001 10010 11001 0 1010011 1001100 111011 101100011 1000111 11000

Color Harmonies of #691219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691219

Black with #691219

Text Example


Text Example

White with #691219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691219; }

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

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

background-color css

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

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

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

border-color css

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

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

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