#661826

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

Shades of Pohutukawa #661826

Tints of Pohutukawa #661826

Color information

#661826 (or 0x661826) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 26. RGB value is (102,24,38). Sum of RGB (Red+Green+Blue) = 102+24+38=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661826 is #99E7D9. Grayscale: #303030. Windows color (decimal): -10086362 or 2496614. OLE color: 2496614.

HSL color Cylindrical-coordinate representation of color #661826: hue angle of 349.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #661826 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1022438-
CMYK00.760.630.6
HSL349.23º61.9%24.71%-
HSV(B)349.23º76.47%40%-
XYZ6.163.622.21-
YUV48.92121.84165.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=62.20%
G=14.63%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102243800.760.630.6349.2361.924.71
Hex66182604C3F3C15d3e19
Octal1463046011477745357631
Binary1100110110001001100100110011111111110010101110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661826; }

 p { color: rgb(102,24,38); }

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

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

 a { background-color: rgb(102,24,38); }

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

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

 span { border-color: rgb(102,24,38); }

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