#691222

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

Shades of Pohutukawa #691222

Tints of Pohutukawa #691222

Color information

#691222 (or 0x691222) is unknown color: approx Pohutukawa. HEX triplet: 69, 12 and 22. RGB value is (105,18,34). Sum of RGB (Red+Green+Blue) = 105+18+34=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #691222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691222 is #96EDDD. Grayscale: #2D2D2D. Windows color (decimal): -9891294 or 2232937. OLE color: 2232937.

HSL color Cylindrical-coordinate representation of color #691222: hue angle of 348.97º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691222 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1051834-
CMYK00.830.680.59
HSL348.97º70.73%24.12%-
HSV(B)348.97º82.86%41.18%-
XYZ6.333.551.87-
YUV45.84121.32170.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=66.88%
G=11.46%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105183400.830.680.59348.9770.7324.12
Hex691222053443B15d4718
Octal151224201231047353510730
Binary110100110010100010010100111000100111011101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691222; }

 p { color: rgb(105,18,34); }

 H1.HeaderClassName
 {
   color: #691222;
 }
 .AnyTagClassName
 {
   color: #691222;
 }
</style>
background-color css

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

 a { background-color: rgb(105,18,34); }

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

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

 span { border-color: rgb(105,18,34); }

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