Html Css Color HEX #691520 Pohutukawa

📋 copy color: '#691520'

red 105 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #691520

Tints of Pohutukawa #691520

RGB

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

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

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

R = 66.46%
G = 13.29%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691520 (or 0x691520) is known color: Pohutukawa. HEX triplet: 69, 15 and 20. RGB value is (105,21,32). Sum of RGB (Red+Green+Blue) = 105+21+32=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #691520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691520 is #96EADF. Grayscale: #2F2F2F. Windows color (decimal): -9890528 or 2102633. OLE color: 2102633.

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

Color convert

RGB 105 21 32 -
CMYK 0 0.80 0.70 0.59
HSL 352.14º 0.67% 0.25% -
HSV(B) 352.14º 0.8% 0.41% -
XYZ 6.35 3.64 1.73 -
YUV 47.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 105 21 32 0 0.80 0.70 0.59 352.14 0.67 0.25
Hex 69 15 20 0 50 46 3B 160 43 19
Octal 151 25 40 0 120 106 73 540 103 31
Binary 1101001 10101 100000 0 1010000 1000110 111011 101100000 1000011 11001

Color Harmonies of #691520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691520

Black with #691520

Text Example


Text Example

White with #691520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691520; }

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

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

background-color css

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

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

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

border-color css

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

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

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