#650C0D

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

Shades of Pohutukawa #650C0D

Tints of Pohutukawa #650C0D

Color information

#650C0D (or 0x650C0D) is unknown color: approx Pohutukawa. HEX triplet: 65, 0C and 0D. RGB value is (101,12,13). Sum of RGB (Red+Green+Blue) = 101+12+13=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C0D is #9AF3F2. Grayscale: #262626. Windows color (decimal): -10154995 or 855141. OLE color: 855141.

HSL color Cylindrical-coordinate representation of color #650C0D: hue angle of 359.33º 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 #650C0D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB1011213-
CMYK00.880.870.60
HSL359.33º78.76%22.16%-
HSV(B)359.33º88.12%39.61%-
XYZ5.573.060.68-
YUV38.72113.49172.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=80.16%
G=9.52%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101121300.880.870.60359.3378.7622.16
Hex65CD058573C1674f16
Octal145141501301277454711726
Binary110010111001101010110001010111111100101100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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