#691621

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

Shades of Pohutukawa #691621

Tints of Pohutukawa #691621

Color information

#691621 (or 0x691621) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 21. RGB value is (105,22,33). Sum of RGB (Red+Green+Blue) = 105+22+33=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691621 is #96E9DE. Grayscale: #303030. Windows color (decimal): -9890271 or 2168425. OLE color: 2168425.

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

Color convert

RGB1052233-
CMYK00.790.690.59
HSL352.05º65.35%24.9%-
HSV(B)352.05º79.05%41.18%-
XYZ6.393.691.81-
YUV48.07119.5168.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=65.62%
G=13.75%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105223300.790.690.59352.0565.3524.9
Hex69162104F453B1604119
Octal151264101171057354010131
Binary110100110110100001010011111000101111011101100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691621; }

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

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

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

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

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

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

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

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