#620510

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

Shades of Pohutukawa #620510

Tints of Pohutukawa #620510

Color information

#620510 (or 0x620510) is unknown color: approx Pohutukawa. HEX triplet: 62, 05 and 10. RGB value is (98,5,16). Sum of RGB (Red+Green+Blue) = 98+5+16=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620510 is #9DFAEF. Grayscale: #222222. Windows color (decimal): -10353392 or 1049954. OLE color: 1049954.

HSL color Cylindrical-coordinate representation of color #620510: hue angle of 352.9º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620510 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB98516-
CMYK00.950.840.62
HSL352.9º90.29%20.2%-
HSV(B)352.9º94.9%38.43%-
XYZ5.182.740.75-
YUV34.06117.81173.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=82.35%
G=4.20%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851600.950.840.62352.990.2920.2
Hex6251005F543E1615a14
Octal14252001371247654113224
Binary110001010110000010111111010100111110101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620510; }

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

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

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

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

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

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

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

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