#630508

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

Shades of Pohutukawa #630508

Tints of Pohutukawa #630508

Color information

#630508 (or 0x630508) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 08. RGB value is (99,5,8). Sum of RGB (Red+Green+Blue) = 99+5+8=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630508 is #9CFAF7. Grayscale: #212121. Windows color (decimal): -10287864 or 525667. OLE color: 525667.

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

Color convert

RGB9958-
CMYK00.950.920.61
HSL358.09º90.38%20.39%-
HSV(B)358.09º94.95%38.82%-
XYZ5.242.780.49-
YUV33.45113.64174.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 88.39%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=88.39%
G=4.46%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995800.950.920.61358.0990.3820.39
Hex635805F5C3D1665a14
Octal14351001371347554613224
Binary11000111011000010111111011100111101101100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630508; }

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

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

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

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

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

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

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

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