Html Css Color HEX #691920 Pohutukawa

📋 copy color: '#691920'

red 105 ◦ green 25 ◦ blue 32

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

Shades of Pohutukawa #691920

Tints of Pohutukawa #691920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

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

R = 64.81%
G = 15.43%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691920 (or 0x691920) is known color: Pohutukawa. HEX triplet: 69, 19 and 20. RGB value is (105,25,32). Sum of RGB (Red+Green+Blue) = 105+25+32=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691920 is #96E6DF. Grayscale: #313131. Windows color (decimal): -9889504 or 2103657. OLE color: 2103657.

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

Color convert

RGB 105 25 32 -
CMYK 0 0.76 0.70 0.59
HSL 354.75º 0.62% 0.25% -
HSV(B) 354.75º 0.76% 0.41% -
XYZ 6.43 3.8 1.76 -
YUV 49.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 105 25 32 0 0.76 0.70 0.59 354.75 0.62 0.25
Hex 69 19 20 0 4C 46 3B 163 3E 19
Octal 151 31 40 0 114 106 73 543 76 31
Binary 1101001 11001 100000 0 1001100 1000110 111011 101100011 111110 11001

Color Harmonies of #691920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691920

Black with #691920

Text Example


Text Example

White with #691920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691920; }

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

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

background-color css

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

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

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

border-color css

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

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

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