#65050F

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

Shades of Pohutukawa #65050F

Tints of Pohutukawa #65050F

Color information

#65050F (or 0x65050F) is unknown color: approx Pohutukawa. HEX triplet: 65, 05 and 0F. RGB value is (101,5,15). Sum of RGB (Red+Green+Blue) = 101+5+15=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #65050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65050F is #9AFAF0. Grayscale: #222222. Windows color (decimal): -10156785 or 984421. OLE color: 984421.

HSL color Cylindrical-coordinate representation of color #65050F: hue angle of 353.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65050F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB101515-
CMYK00.950.850.60
HSL353.75º90.57%20.78%-
HSV(B)353.75º95.05%39.61%-
XYZ5.512.910.72-
YUV34.84116.8175.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 83.47%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=83.47%
G=4.13%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10151500.950.850.60353.7590.5720.78
Hex655F05F553C1625b15
Octal14551701371257454213325
Binary11001011011111010111111010101111100101100010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65050F; }

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

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

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

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

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

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

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

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