#61031E

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

Shades of Pohutukawa #61031E

Tints of Pohutukawa #61031E

Color information

#61031E (or 0x61031E) is unknown color: approx Pohutukawa. HEX triplet: 61, 03 and 1E. RGB value is (97,3,30). Sum of RGB (Red+Green+Blue) = 97+3+30=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61031E is #9EFCE1. Grayscale: #222222. Windows color (decimal): -10419426 or 1966945. OLE color: 1966945.

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

Color convert

RGB97330-
CMYK00.970.690.62
HSL342.77º94%19.61%-
HSV(B)342.77º96.91%38.04%-
XYZ5.22.71.48-
YUV34.18125.64172.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=74.62%
G=2.31%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9733000.970.690.62342.779419.61
Hex6131E061453E1575e14
Octal14133601411057652713624
Binary11000011111110011000011000101111110101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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