#61000B

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

Shades of Pohutukawa #61000B

Tints of Pohutukawa #61000B

Color information

#61000B (or 0x61000B) is unknown color: approx Pohutukawa. HEX triplet: 61, 00 and 0B. RGB value is (97,0,11). Sum of RGB (Red+Green+Blue) = 97+0+11=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #61000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61000B is #9EFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10420213 or 720993. OLE color: 720993.

HSL color Cylindrical-coordinate representation of color #61000B: hue angle of 353.2º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB97011-
CMYK010.890.62
HSL353.2º100%19.02%-
HSV(B)353.2º100%38.04%-
XYZ4.992.570.55-
YUV30.26117.14175.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 89.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=89.81%
G=0%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97011010.890.62353.210019.02
Hex610B064593E1616413
Octal14101301441317654114423
Binary110000101011011001001011001111110101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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