#630519

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

Shades of Pohutukawa #630519

Tints of Pohutukawa #630519

Color information

#630519 (or 0x630519) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 19. RGB value is (99,5,25). Sum of RGB (Red+Green+Blue) = 99+5+25=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #630519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630519 is #9CFAE6. Grayscale: #232323. Windows color (decimal): -10287847 or 1639779. OLE color: 1639779.

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

Color convert

RGB99525-
CMYK00.950.750.61
HSL347.23º90.38%20.39%-
HSV(B)347.23º94.95%38.82%-
XYZ5.382.831.18-
YUV35.39122.14173.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.74%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=76.74%
G=3.88%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9952500.950.750.61347.2390.3820.39
Hex6351905F4B3D15b5a14
Octal14353101371137553313224
Binary110001110111001010111111001011111101101011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630519; }

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

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

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

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

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

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

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

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