#61051E

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

Shades of Pohutukawa #61051E

Tints of Pohutukawa #61051E

Color information

#61051E (or 0x61051E) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 1E. RGB value is (97,5,30). Sum of RGB (Red+Green+Blue) = 97+5+30=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #61051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61051E is #9EFAE1. Grayscale: #232323. Windows color (decimal): -10418914 or 1967457. OLE color: 1967457.

HSL color Cylindrical-coordinate representation of color #61051E: hue angle of 343.7º 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 #61051E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB97530-
CMYK00.950.690.62
HSL343.7º90.2%20%-
HSV(B)343.7º94.85%38.04%-
XYZ5.222.741.48-
YUV35.36124.98171.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=73.48%
G=3.79%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9753000.950.690.62343.790.220
Hex6151E05F453E1585a14
Octal14153601371057653013224
Binary110000110111110010111111000101111110101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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