Html Css Color HEX #692021 Pohutukawa

📋 copy color: '#692021'

red 105 ◦ green 32 ◦ blue 33

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

Shades of Pohutukawa #692021

Tints of Pohutukawa #692021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 61.76%
G = 18.82%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#692021 (or 0x692021) is known color: Pohutukawa. HEX triplet: 69, 20 and 21. RGB value is (105,32,33). Sum of RGB (Red+Green+Blue) = 105+32+33=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #692021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692021 is #96DFDE. Grayscale: #363636. Windows color (decimal): -9887711 or 2170985. OLE color: 2170985.

HSL color Cylindrical-coordinate representation of color #692021: hue angle of 359.18º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692021 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 32 33 -
CMYK 0 0.70 0.69 0.59
HSL 359.18º 0.53% 0.27% -
HSV(B) 359.18º 0.7% 0.41% -
XYZ 6.62 4.15 1.89 -
YUV 53.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 105 32 33 0 0.70 0.69 0.59 359.18 0.53 0.27
Hex 69 20 21 0 46 45 3B 167 35 1B
Octal 151 40 41 0 106 105 73 547 65 33
Binary 1101001 100000 100001 0 1000110 1000101 111011 101100111 110101 11011

Color Harmonies of #692021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692021

Black with #692021

Text Example


Text Example

White with #692021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692021; }

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

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

background-color css

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

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

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

border-color css

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

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

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