#61051F

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

Shades of Pohutukawa #61051F

Tints of Pohutukawa #61051F

Color information

#61051F (or 0x61051F) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 1F. RGB value is (97,5,31). Sum of RGB (Red+Green+Blue) = 97+5+31=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #61051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61051F is #9EFAE0. Grayscale: #232323. Windows color (decimal): -10418913 or 2032993. OLE color: 2032993.

HSL color Cylindrical-coordinate representation of color #61051F: hue angle of 343.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61051F is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB97531-
CMYK00.950.680.62
HSL343.04º90.2%20%-
HSV(B)343.04º94.85%38.04%-
XYZ5.232.751.55-
YUV35.47125.48171.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=72.93%
G=3.76%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9753100.950.680.62343.0490.220
Hex6151F05F443E1575a14
Octal14153701371047652713224
Binary110000110111111010111111000100111110101010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,5,31); }

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

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

 a { background-color: rgb(97,5,31); }

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

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

 span { border-color: rgb(97,5,31); }

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