Html Css Color HEX #691820 Pohutukawa

📋 copy color: '#691820'

red 105 ◦ green 24 ◦ blue 32

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

Shades of Pohutukawa #691820

Tints of Pohutukawa #691820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 65.22%
G = 14.91%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691820 (or 0x691820) is known color: Pohutukawa. HEX triplet: 69, 18 and 20. RGB value is (105,24,32). Sum of RGB (Red+Green+Blue) = 105+24+32=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691820 is #96E7DF. Grayscale: #313131. Windows color (decimal): -9889760 or 2103401. OLE color: 2103401.

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

Color convert

RGB 105 24 32 -
CMYK 0 0.77 0.70 0.59
HSL 354.07º 0.63% 0.25% -
HSV(B) 354.07º 0.77% 0.41% -
XYZ 6.41 3.76 1.75 -
YUV 49.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 105 24 32 0 0.77 0.70 0.59 354.07 0.63 0.25
Hex 69 18 20 0 4D 46 3B 162 3F 19
Octal 151 30 40 0 115 106 73 542 77 31
Binary 1101001 11000 100000 0 1001101 1000110 111011 101100010 111111 11001

Color Harmonies of #691820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691820

Black with #691820

Text Example


Text Example

White with #691820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691820; }

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

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

background-color css

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

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

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

border-color css

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

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

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