#61061D

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

Shades of Pohutukawa #61061D

Tints of Pohutukawa #61061D

Color information

#61061D (or 0x61061D) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 1D. RGB value is (97,6,29). Sum of RGB (Red+Green+Blue) = 97+6+29=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #61061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61061D is #9EF9E2. Grayscale: #232323. Windows color (decimal): -10418659 or 1902177. OLE color: 1902177.

HSL color Cylindrical-coordinate representation of color #61061D: hue angle of 344.84º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61061D is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB97629-
CMYK00.940.700.62
HSL344.84º88.35%20.2%-
HSV(B)344.84º93.81%38.04%-
XYZ5.222.761.42-
YUV35.83124.15171.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=73.48%
G=4.55%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762900.940.700.62344.8488.3520.2
Hex6161D05E463E1595814
Octal14163501361067653113024
Binary110000111011101010111101000110111110101011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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