#630510

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

Shades of Pohutukawa #630510

Tints of Pohutukawa #630510

Color information

#630510 (or 0x630510) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 10. RGB value is (99,5,16). Sum of RGB (Red+Green+Blue) = 99+5+16=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630510 is #9CFAEF. Grayscale: #222222. Windows color (decimal): -10287856 or 1049955. OLE color: 1049955.

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

Color convert

RGB99516-
CMYK00.950.840.61
HSL352.98º90.38%20.39%-
HSV(B)352.98º94.95%38.82%-
XYZ5.292.80.75-
YUV34.36117.64174.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 82.5%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=82.5%
G=4.17%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951600.950.840.61352.9890.3820.39
Hex6351005F543D1615a14
Octal14352001371247554113224
Binary110001110110000010111111010100111101101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630510; }

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

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

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

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

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

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

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

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