#631011

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

Shades of Pohutukawa #631011

Tints of Pohutukawa #631011

Color information

#631011 (or 0x631011) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 11. RGB value is (99,16,17). Sum of RGB (Red+Green+Blue) = 99+16+17=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #631011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631011 is #9CEFEE. Grayscale: #292929. Windows color (decimal): -10285039 or 1118307. OLE color: 1118307.

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

Color convert

RGB991617-
CMYK00.840.830.61
HSL359.28º72.17%22.55%-
HSV(B)359.28º83.84%38.82%-
XYZ5.433.060.84-
YUV40.93114.5169.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=75%
G=12.12%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99161700.840.830.61359.2872.1722.55
Hex631011054533D1674817
Octal143202101241237554711027
Binary11000111000010001010101001010011111101101100111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631011; }

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

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

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

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

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

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

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

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