#610114

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

Shades of Pohutukawa #610114

Tints of Pohutukawa #610114

Color information

#610114 (or 0x610114) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 14. RGB value is (97,1,20). Sum of RGB (Red+Green+Blue) = 97+1+20=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610114 is #9EFEEB. Grayscale: #1F1F1F. Windows color (decimal): -10419948 or 1311073. OLE color: 1311073.

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

Color convert

RGB97120-
CMYK00.990.790.62
HSL348.12º97.96%19.22%-
HSV(B)348.12º98.97%38.04%-
XYZ5.072.610.9-
YUV31.87121.3174.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=82.20%
G=0.85%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9712000.990.790.62348.1297.9619.22
Hex611140634F3E15c6213
Octal14112401431177653414223
Binary1100001110100011000111001111111110101011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610114; }

 p { color: rgb(97,1,20); }

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

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

 a { background-color: rgb(97,1,20); }

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

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

 span { border-color: rgb(97,1,20); }

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