#661A1F

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

Shades of Pohutukawa #661A1F

Tints of Pohutukawa #661A1F

Color information

#661A1F (or 0x661A1F) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 1F. RGB value is (102,26,31). Sum of RGB (Red+Green+Blue) = 102+26+31=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A1F is #99E5E0. Grayscale: #313131. Windows color (decimal): -10085857 or 2038374. OLE color: 2038374.

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

Color convert

RGB1022631-
CMYK00.750.700.6
HSL356.05º59.38%25.1%-
HSV(B)356.05º74.51%40%-
XYZ6.13.661.68-
YUV49.29117.68165.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=64.15%
G=16.35%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102263100.750.700.6356.0559.3825.1
Hex661A1F04B463C1643b19
Octal14632370113106745447331
Binary1100110110101111101001011100011011110010110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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