#61061C

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

Shades of Pohutukawa #61061C

Tints of Pohutukawa #61061C

Color information

#61061C (or 0x61061C) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 1C. RGB value is (97,6,28). Sum of RGB (Red+Green+Blue) = 97+6+28=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61061C is #9EF9E3. Grayscale: #232323. Windows color (decimal): -10418660 or 1836641. OLE color: 1836641.

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

Color convert

RGB97628-
CMYK00.940.710.62
HSL345.49º88.35%20.2%-
HSV(B)345.49º93.81%38.04%-
XYZ5.22.761.36-
YUV35.72123.65171.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=74.05%
G=4.58%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762800.940.710.62345.4988.3520.2
Hex6161C05E473E1595814
Octal14163401361077653113024
Binary110000111011100010111101000111111110101011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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