#63031E

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

Shades of Pohutukawa #63031E

Tints of Pohutukawa #63031E

Color information

#63031E (or 0x63031E) is unknown color: approx Pohutukawa. HEX triplet: 63, 03 and 1E. RGB value is (99,3,30). Sum of RGB (Red+Green+Blue) = 99+3+30=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #63031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63031E is #9CFCE1. Grayscale: #222222. Windows color (decimal): -10288354 or 1966947. OLE color: 1966947.

HSL color Cylindrical-coordinate representation of color #63031E: hue angle of 343.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63031E is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB99330-
CMYK00.970.700.61
HSL343.12º94.12%20%-
HSV(B)343.12º96.97%38.82%-
XYZ5.412.811.49-
YUV34.78125.3173.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=75%
G=2.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933000.970.700.61343.1294.1220
Hex6331E061463D1575e14
Octal14333601411067552713624
Binary11000111111110011000011000110111101101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63031E; }

 p { color: rgb(99,3,30); }

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

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

 a { background-color: rgb(99,3,30); }

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

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

 span { border-color: rgb(99,3,30); }

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