#620105

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

Shades of Pohutukawa #620105

Tints of Pohutukawa #620105

Color information

#620105 (or 0x620105) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 05. RGB value is (98,1,5). Sum of RGB (Red+Green+Blue) = 98+1+5=104 (13% of max value = 765). Red value is 98 (38.67% from 255 or 94.23% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 98 - color contains mainly: red. Hex color #620105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620105 is #9DFEFA. Grayscale: #1E1E1E. Windows color (decimal): -10354427 or 328034. OLE color: 328034.

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

Color convert

RGB9815-
CMYK00.990.950.62
HSL357.53º97.98%19.41%-
HSV(B)357.53º98.98%38.43%-
XYZ5.082.630.38-
YUV30.46113.64176.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 94.23%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=94.23%
G=0.96%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal981500.990.950.62357.5397.9819.41
Hex62150635F3E1666213
Octal1421501431377654614223
Binary11000101101011000111011111111110101100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620105; }

 p { color: rgb(98,1,5); }

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

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

 a { background-color: rgb(98,1,5); }

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

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

 span { border-color: rgb(98,1,5); }

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