#650F2A

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

Shades of Pohutukawa #650F2A

Tints of Pohutukawa #650F2A

Color information

#650F2A (or 0x650F2A) is unknown color: approx Pohutukawa. HEX triplet: 65, 0F and 2A. RGB value is (101,15,42). Sum of RGB (Red+Green+Blue) = 101+15+42=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #650F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F2A is #9AF0D5. Grayscale: #2B2B2B. Windows color (decimal): -10154198 or 2756453. OLE color: 2756453.

HSL color Cylindrical-coordinate representation of color #650F2A: hue angle of 341.16º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F2A is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1011542-
CMYK00.850.580.60
HSL341.16º74.14%22.75%-
HSV(B)341.16º85.15%39.61%-
XYZ5.963.282.51-
YUV43.79126.99168.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.92%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=63.92%
G=9.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101154200.850.580.60341.1674.1422.75
Hex65F2A0553A3C1554a17
Octal14517520125727452511227
Binary1100101111110101001010101111010111100101010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,15,42); }

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

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

 a { background-color: rgb(101,15,42); }

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

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

 span { border-color: rgb(101,15,42); }

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