#661C1F

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

Shades of Pohutukawa #661C1F

Tints of Pohutukawa #661C1F

Color information

#661C1F (or 0x661C1F) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 1F. RGB value is (102,28,31). Sum of RGB (Red+Green+Blue) = 102+28+31=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C1F is #99E3E0. Grayscale: #323232. Windows color (decimal): -10085345 or 2038886. OLE color: 2038886.

HSL color Cylindrical-coordinate representation of color #661C1F: hue angle of 357.57º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C1F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1022831-
CMYK00.730.700.6
HSL357.57º56.92%25.49%-
HSV(B)357.57º72.55%40%-
XYZ6.143.751.7-
YUV50.47117.02164.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=63.35%
G=17.39%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102283100.730.700.6357.5756.9225.49
Hex661C1F049463C1663919
Octal14634370111106745467131
Binary1100110111001111101001001100011011110010110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C1F; }

 p { color: rgb(102,28,31); }

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

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

 a { background-color: rgb(102,28,31); }

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

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

 span { border-color: rgb(102,28,31); }

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