#661427

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

Shades of Pohutukawa #661427

Tints of Pohutukawa #661427

Color information

#661427 (or 0x661427) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 27. RGB value is (102,20,39). Sum of RGB (Red+Green+Blue) = 102+20+39=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661427 is #99EBD8. Grayscale: #2E2E2E. Windows color (decimal): -10087385 or 2561126. OLE color: 2561126.

HSL color Cylindrical-coordinate representation of color #661427: hue angle of 346.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661427 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB1022039-
CMYK00.800.620.6
HSL346.1º67.21%23.92%-
HSV(B)346.1º80.39%40%-
XYZ6.13.472.27-
YUV46.68123.67167.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=63.35%
G=12.42%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102203900.800.620.6346.167.2123.92
Hex6614270503E3C15a4318
Octal14624470120767453210330
Binary11001101010010011101010000111110111100101011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661427; }

 p { color: rgb(102,20,39); }

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

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

 a { background-color: rgb(102,20,39); }

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

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

 span { border-color: rgb(102,20,39); }

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