#651217

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

Shades of Pohutukawa #651217

Tints of Pohutukawa #651217

Color information

#651217 (or 0x651217) is unknown color: approx Pohutukawa. HEX triplet: 65, 12 and 17. RGB value is (101,18,23). Sum of RGB (Red+Green+Blue) = 101+18+23=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #651217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651217 is #9AEDE8. Grayscale: #2B2B2B. Windows color (decimal): -10153449 or 1512037. OLE color: 1512037.

HSL color Cylindrical-coordinate representation of color #651217: hue angle of 356.39º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651217 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1011823-
CMYK00.820.770.60
HSL356.39º69.75%23.33%-
HSV(B)356.39º82.18%39.61%-
XYZ5.743.261.14-
YUV43.39116.5169.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.13%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=71.13%
G=12.68%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101182300.820.770.60356.3969.7523.33
Hex6512170524D3C1644617
Octal145222701221157454410627
Binary11001011001010111010100101001101111100101100100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651217; }

 p { color: rgb(101,18,23); }

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

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

 a { background-color: rgb(101,18,23); }

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

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

 span { border-color: rgb(101,18,23); }

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