#691B21

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

Shades of Pohutukawa #691B21

Tints of Pohutukawa #691B21

Color information

#691B21 (or 0x691B21) is unknown color: approx Pohutukawa. HEX triplet: 69, 1B and 21. RGB value is (105,27,33). Sum of RGB (Red+Green+Blue) = 105+27+33=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #691B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B21 is #96E4DE. Grayscale: #333333. Windows color (decimal): -9888991 or 2169705. OLE color: 2169705.

HSL color Cylindrical-coordinate representation of color #691B21: hue angle of 355.38º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B21 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1052733-
CMYK00.740.690.59
HSL355.38º59.09%25.88%-
HSV(B)355.38º74.29%41.18%-
XYZ6.493.91.85-
YUV51.01117.84166.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 33 (13.28% from 255) = 20%
R=63.64%
G=16.36%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105273300.740.690.59355.3859.0925.88
Hex691B2104A453B1633b1a
Octal15133410112105735437332
Binary11010011101110000101001010100010111101110110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691B21; }

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

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

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

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

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

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

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

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