#630518

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

Shades of Pohutukawa #630518

Tints of Pohutukawa #630518

Color information

#630518 (or 0x630518) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 18. RGB value is (99,5,24). Sum of RGB (Red+Green+Blue) = 99+5+24=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #630518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630518 is #9CFAE7. Grayscale: #232323. Windows color (decimal): -10287848 or 1574243. OLE color: 1574243.

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

Color convert

RGB99524-
CMYK00.950.760.61
HSL347.87º90.38%20.39%-
HSV(B)347.87º94.95%38.82%-
XYZ5.362.831.13-
YUV35.27121.64173.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.34%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=77.34%
G=3.91%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9952400.950.760.61347.8790.3820.39
Hex6351805F4C3D15c5a14
Octal14353001371147553413224
Binary110001110111000010111111001100111101101011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630518; }

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

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

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

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

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

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

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

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