Html Css Color HEX #691020 Pohutukawa

📋 copy color: '#691020'

red 105 ◦ green 16 ◦ blue 32

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

Shades of Pohutukawa #691020

Tints of Pohutukawa #691020

RGB

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

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

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

R = 68.63%
G = 10.46%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691020 (or 0x691020) is known color: Pohutukawa. HEX triplet: 69, 10 and 20. RGB value is (105,16,32). Sum of RGB (Red+Green+Blue) = 105+16+32=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691020 is #96EFDF. Grayscale: #2C2C2C. Windows color (decimal): -9891808 or 2101353. OLE color: 2101353.

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

Color convert

RGB 105 16 32 -
CMYK 0 0.85 0.70 0.59
HSL 349.21º 0.74% 0.24% -
HSV(B) 349.21º 0.85% 0.41% -
XYZ 6.27 3.48 1.71 -
YUV 44.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 105 16 32 0 0.85 0.70 0.59 349.21 0.74 0.24
Hex 69 10 20 0 55 46 3B 15D 4A 18
Octal 151 20 40 0 125 106 73 535 112 30
Binary 1101001 10000 100000 0 1010101 1000110 111011 101011101 1001010 11000

Color Harmonies of #691020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691020

Black with #691020

Text Example


Text Example

White with #691020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691020; }

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

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

background-color css

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

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

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

border-color css

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

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

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