#631012

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

Shades of Pohutukawa #631012

Tints of Pohutukawa #631012

Color information

#631012 (or 0x631012) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 12. RGB value is (99,16,18). Sum of RGB (Red+Green+Blue) = 99+16+18=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #631012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631012 is #9CEFED. Grayscale: #292929. Windows color (decimal): -10285038 or 1183843. OLE color: 1183843.

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

Color convert

RGB991618-
CMYK00.840.820.61
HSL358.55º72.17%22.55%-
HSV(B)358.55º83.84%38.82%-
XYZ5.443.070.88-
YUV41.04115169.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 74.44%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=74.44%
G=12.03%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99161800.840.820.61358.5572.1722.55
Hex631012054523D1674817
Octal143202201241227554711027
Binary11000111000010010010101001010010111101101100111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631012; }

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

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

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

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

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

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

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

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