#630711

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

Shades of Pohutukawa #630711

Tints of Pohutukawa #630711

Color information

#630711 (or 0x630711) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 11. RGB value is (99,7,17). Sum of RGB (Red+Green+Blue) = 99+7+17=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630711 is #9CF8EE. Grayscale: #232323. Windows color (decimal): -10287343 or 1116003. OLE color: 1116003.

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

Color convert

RGB99717-
CMYK00.930.830.61
HSL353.48º86.79%20.78%-
HSV(B)353.48º92.93%38.82%-
XYZ5.322.850.8-
YUV35.65117.48173.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 80.49%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=80.49%
G=5.69%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9971700.930.830.61353.4886.7920.78
Hex6371105D533D1615715
Octal14372101351237554112725
Binary110001111110001010111011010011111101101100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630711; }

 p { color: rgb(99,7,17); }

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

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

 a { background-color: rgb(99,7,17); }

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

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

 span { border-color: rgb(99,7,17); }

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