Html Css Color HEX #691024 Pohutukawa

📋 copy color: '#691024'

red 105 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #691024

Tints of Pohutukawa #691024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 66.88%
G = 10.19%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#691024 (or 0x691024) is known color: Pohutukawa. HEX triplet: 69, 10 and 24. RGB value is (105,16,36). Sum of RGB (Red+Green+Blue) = 105+16+36=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #691024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691024 is #96EFDB. Grayscale: #2C2C2C. Windows color (decimal): -9891804 or 2363497. OLE color: 2363497.

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

Color convert

RGB 105 16 36 -
CMYK 0 0.85 0.66 0.59
HSL 346.52º 0.74% 0.24% -
HSV(B) 346.52º 0.85% 0.41% -
XYZ 6.33 3.5 2.01 -
YUV 44.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 105 16 36 0 0.85 0.66 0.59 346.52 0.74 0.24
Hex 69 10 24 0 55 42 3B 15B 4A 18
Octal 151 20 44 0 125 102 73 533 112 30
Binary 1101001 10000 100100 0 1010101 1000010 111011 101011011 1001010 11000

Color Harmonies of #691024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691024

Black with #691024

Text Example


Text Example

White with #691024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691024; }

 p { color: rgb(105,16,36); }

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

background-color css

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

 a { background-color: rgb(105,16,36); }

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

border-color css

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

 span { border-color: rgb(105,16,36); }

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