Html Css Color HEX #691524 Pohutukawa

📋 copy color: '#691524'

red 105 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #691524

Tints of Pohutukawa #691524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 64.81%
G = 12.96%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#691524 (or 0x691524) is known color: Pohutukawa. HEX triplet: 69, 15 and 24. RGB value is (105,21,36). Sum of RGB (Red+Green+Blue) = 105+21+36=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691524 is #96EADB. Grayscale: #2F2F2F. Windows color (decimal): -9890524 or 2364777. OLE color: 2364777.

HSL color Cylindrical-coordinate representation of color #691524: hue angle of 349.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691524 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 36 -
CMYK 0 0.80 0.66 0.59
HSL 349.29º 0.67% 0.25% -
HSV(B) 349.29º 0.8% 0.41% -
XYZ 6.41 3.67 2.04 -
YUV 47.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 105 21 36 0 0.80 0.66 0.59 349.29 0.67 0.25
Hex 69 15 24 0 50 42 3B 15D 43 19
Octal 151 25 44 0 120 102 73 535 103 31
Binary 1101001 10101 100100 0 1010000 1000010 111011 101011101 1000011 11001

Color Harmonies of #691524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691524

Black with #691524

Text Example


Text Example

White with #691524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691524; }

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

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

background-color css

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

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

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

border-color css

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

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

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