#630813

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

Shades of Pohutukawa #630813

Tints of Pohutukawa #630813

Color information

#630813 (or 0x630813) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 13. RGB value is (99,8,19). Sum of RGB (Red+Green+Blue) = 99+8+19=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #630813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630813 is #9CF7EC. Grayscale: #242424. Windows color (decimal): -10287085 or 1247331. OLE color: 1247331.

HSL color Cylindrical-coordinate representation of color #630813: hue angle of 352.75º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630813 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB99819-
CMYK00.920.810.61
HSL352.75º85.05%20.98%-
HSV(B)352.75º91.92%38.82%-
XYZ5.352.870.89-
YUV36.46118.15172.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 78.57%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=78.57%
G=6.35%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9981900.920.810.61352.7585.0520.98
Hex6381305C513D1615515
Octal143102301341217554112525
Binary1100011100010011010111001010001111101101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630813; }

 p { color: rgb(99,8,19); }

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

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

 a { background-color: rgb(99,8,19); }

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

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

 span { border-color: rgb(99,8,19); }

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