#691820

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

Shades of Pohutukawa #691820

Tints of Pohutukawa #691820

Color information

#691820 (or 0x691820) is unknown color: approx Pohutukawa. HEX triplet: 69, 18 and 20. RGB value is (105,24,32). Sum of RGB (Red+Green+Blue) = 105+24+32=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691820 is #96E7DF. Grayscale: #313131. Windows color (decimal): -9889760 or 2103401. OLE color: 2103401.

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

Color convert

RGB1052432-
CMYK00.770.700.59
HSL354.07º62.79%25.29%-
HSV(B)354.07º77.14%41.18%-
XYZ6.413.761.75-
YUV49.13118.34167.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=65.22%
G=14.91%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105243200.770.700.59354.0762.7925.29
Hex69182004D463B1623f19
Octal15130400115106735427731
Binary11010011100010000001001101100011011101110110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691820; }

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

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

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

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

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

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

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

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