#61051D

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

Shades of Pohutukawa #61051D

Tints of Pohutukawa #61051D

Color information

#61051D (or 0x61051D) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 1D. RGB value is (97,5,29). Sum of RGB (Red+Green+Blue) = 97+5+29=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61051D is #9EFAE2. Grayscale: #232323. Windows color (decimal): -10418915 or 1901921. OLE color: 1901921.

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

Color convert

RGB97529-
CMYK00.950.700.62
HSL344.35º90.2%20%-
HSV(B)344.35º94.85%38.04%-
XYZ5.212.741.42-
YUV35.24124.48172.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=74.05%
G=3.82%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9752900.950.700.62344.3590.220
Hex6151D05F463E1585a14
Octal14153501371067653013224
Binary110000110111101010111111000110111110101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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