#610103

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

Shades of Pohutukawa #610103

Tints of Pohutukawa #610103

Color information

#610103 (or 0x610103) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 03. RGB value is (97,1,3). Sum of RGB (Red+Green+Blue) = 97+1+3=101 (13% of max value = 765). Red value is 97 (38.28% from 255 or 96.04% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 97 - color contains mainly: red. Hex color #610103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610103 is #9EFEFC. Grayscale: #1E1E1E. Windows color (decimal): -10419965 or 196961. OLE color: 196961.

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

Color convert

RGB9713-
CMYK00.990.970.62
HSL358.75º97.96%19.22%-
HSV(B)358.75º98.97%38.04%-
XYZ4.962.570.32-
YUV29.93112.8175.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 96.04%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=96.04%
G=0.99%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971300.990.970.62358.7597.9619.22
Hex6113063613E1676213
Octal1411301431417654714223
Binary1100001111011000111100001111110101100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610103; }

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

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

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

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

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

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

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

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