#650A1B

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

Shades of Pohutukawa #650A1B

Tints of Pohutukawa #650A1B

Color information

#650A1B (or 0x650A1B) is unknown color: approx Pohutukawa. HEX triplet: 65, 0A and 1B. RGB value is (101,10,27). Sum of RGB (Red+Green+Blue) = 101+10+27=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A1B is #9AF5E4. Grayscale: #272727. Windows color (decimal): -10155493 or 1772133. OLE color: 1772133.

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

Color convert

RGB1011027-
CMYK00.900.730.60
HSL348.79º81.98%21.76%-
HSV(B)348.79º90.1%39.61%-
XYZ5.673.061.33-
YUV39.15121.15172.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.19%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=73.19%
G=7.25%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101102700.900.730.60348.7981.9821.76
Hex65A1B05A493C15d5216
Octal145123301321117453512226
Binary1100101101011011010110101001001111100101011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,10,27); }

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

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

 a { background-color: rgb(101,10,27); }

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

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

 span { border-color: rgb(101,10,27); }

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