#692021

Color #692021 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #692021

Tints of Pohutukawa #692021

Color information

#692021 (or 0x692021) is unknown color: approx 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

RGB1053233-
CMYK00.700.690.59
HSL359.18º53.28%26.86%-
HSV(B)359.18º69.52%41.18%-
XYZ6.624.151.89-
YUV53.94116.18164.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105323300.700.690.59359.1853.2826.86
Hex692021046453B167351b
Octal15140410106105735476533
Binary110100110000010000101000110100010111101110110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>