#61061E

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

Shades of Pohutukawa #61061E

Tints of Pohutukawa #61061E

Color information

#61061E (or 0x61061E) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 1E. RGB value is (97,6,30). Sum of RGB (Red+Green+Blue) = 97+6+30=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #61061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61061E is #9EF9E1. Grayscale: #232323. Windows color (decimal): -10418658 or 1967713. OLE color: 1967713.

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

Color convert

RGB97630-
CMYK00.940.690.62
HSL344.18º88.35%20.2%-
HSV(B)344.18º93.81%38.04%-
XYZ5.232.771.49-
YUV35.94124.65171.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=72.93%
G=4.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9763000.940.690.62344.1888.3520.2
Hex6161E05E453E1585814
Octal14163601361057653013024
Binary110000111011110010111101000101111110101011000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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