#61051C

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

Shades of Pohutukawa #61051C

Tints of Pohutukawa #61051C

Color information

#61051C (or 0x61051C) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 1C. RGB value is (97,5,28). Sum of RGB (Red+Green+Blue) = 97+5+28=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61051C is #9EFAE3. Grayscale: #232323. Windows color (decimal): -10418916 or 1836385. OLE color: 1836385.

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

Color convert

RGB97528-
CMYK00.950.710.62
HSL345º90.2%20%-
HSV(B)345º94.85%38.04%-
XYZ5.192.731.35-
YUV35.13123.98172.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=74.62%
G=3.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752800.950.710.6234590.220
Hex6151C05F473E1595a14
Octal14153401371077653113224
Binary110000110111100010111111000111111110101011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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