#650C15

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

Shades of Pohutukawa #650C15

Tints of Pohutukawa #650C15

Color information

#650C15 (or 0x650C15) is unknown color: approx Pohutukawa. HEX triplet: 65, 0C and 15. RGB value is (101,12,21). Sum of RGB (Red+Green+Blue) = 101+12+21=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #650C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C15 is #9AF3EA. Grayscale: #272727. Windows color (decimal): -10154987 or 1379429. OLE color: 1379429.

HSL color Cylindrical-coordinate representation of color #650C15: hue angle of 353.93º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C15 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1011221-
CMYK00.880.790.60
HSL353.93º78.76%22.16%-
HSV(B)353.93º88.12%39.61%-
XYZ5.633.081.01-
YUV39.64117.49171.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=75.37%
G=8.96%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101122100.880.790.60353.9378.7622.16
Hex65C150584F3C1624f16
Octal145142501301177454211726
Binary1100101110010101010110001001111111100101100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650C15; }

 p { color: rgb(101,12,21); }

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

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

 a { background-color: rgb(101,12,21); }

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

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

 span { border-color: rgb(101,12,21); }

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