#61111D

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

Shades of Pohutukawa #61111D

Tints of Pohutukawa #61111D

Color information

#61111D (or 0x61111D) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 1D. RGB value is (97,17,29). Sum of RGB (Red+Green+Blue) = 97+17+29=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61111D is #9EEEE2. Grayscale: #2A2A2A. Windows color (decimal): -10415843 or 1904993. OLE color: 1904993.

HSL color Cylindrical-coordinate representation of color #61111D: hue angle of 351º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61111D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB971729-
CMYK00.820.700.62
HSL351º70.18%22.35%-
HSV(B)351º82.47%38.04%-
XYZ5.353.031.47-
YUV42.29120.5167.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=67.83%
G=11.89%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97172900.820.700.6235170.1822.35
Hex61111D052463E15f4616
Octal141213501221067653710626
Binary11000011000111101010100101000110111110101011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61111D; }

 p { color: rgb(97,17,29); }

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

<style>
 a { background-color: #61111D; }

 a { background-color: rgb(97,17,29); }

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

<style>
 span { border-color: #61111D; }

 span { border-color: rgb(97,17,29); }

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