#63041B

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

Shades of Pohutukawa #63041B

Tints of Pohutukawa #63041B

Color information

#63041B (or 0x63041B) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 1B. RGB value is (99,4,27). Sum of RGB (Red+Green+Blue) = 99+4+27=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63041B is #9CFBE4. Grayscale: #232323. Windows color (decimal): -10288101 or 1770595. OLE color: 1770595.

HSL color Cylindrical-coordinate representation of color #63041B: hue angle of 345.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63041B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB99427-
CMYK00.960.730.61
HSL345.47º92.23%20.2%-
HSV(B)345.47º95.96%38.82%-
XYZ5.392.821.3-
YUV35.03123.47173.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.15%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=76.15%
G=3.08%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942700.960.730.61345.4792.2320.2
Hex6341B060493D1595c14
Octal14343301401117553113424
Binary110001110011011011000001001001111101101011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63041B; }

 p { color: rgb(99,4,27); }

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

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

 a { background-color: rgb(99,4,27); }

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

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

 span { border-color: rgb(99,4,27); }

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