#61041E

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

Shades of Pohutukawa #61041E

Tints of Pohutukawa #61041E

Color information

#61041E (or 0x61041E) is unknown color: approx Pohutukawa. HEX triplet: 61, 04 and 1E. RGB value is (97,4,30). Sum of RGB (Red+Green+Blue) = 97+4+30=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61041E is #9EFBE1. Grayscale: #222222. Windows color (decimal): -10419170 or 1967201. OLE color: 1967201.

HSL color Cylindrical-coordinate representation of color #61041E: hue angle of 343.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61041E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB97430-
CMYK00.960.690.62
HSL343.23º92.08%19.8%-
HSV(B)343.23º95.88%38.04%-
XYZ5.212.721.48-
YUV34.77125.31172.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=74.05%
G=3.05%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9743000.960.690.62343.2392.0819.8
Hex6141E060453E1575c14
Octal14143601401057652713424
Binary110000110011110011000001000101111110101010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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