#61030B

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

Shades of Pohutukawa #61030B

Tints of Pohutukawa #61030B

Color information

#61030B (or 0x61030B) is unknown color: approx Pohutukawa. HEX triplet: 61, 03 and 0B. RGB value is (97,3,11). Sum of RGB (Red+Green+Blue) = 97+3+11=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #61030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61030B is #9EFCF4. Grayscale: #202020. Windows color (decimal): -10419445 or 721761. OLE color: 721761.

HSL color Cylindrical-coordinate representation of color #61030B: hue angle of 354.89º 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 #61030B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB97311-
CMYK00.970.890.62
HSL354.89º94%19.61%-
HSV(B)354.89º96.91%38.04%-
XYZ5.022.630.56-
YUV32.02116.14174.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 87.39%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=87.39%
G=2.70%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731100.970.890.62354.899419.61
Hex613B061593E1635e14
Octal14131301411317654313624
Binary1100001111011011000011011001111110101100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61030B; }

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

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

<style>
 a { background-color: #61030B; }

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

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

<style>
 span { border-color: #61030B; }

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

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