#63041A

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

Shades of Pohutukawa #63041A

Tints of Pohutukawa #63041A

Color information

#63041A (or 0x63041A) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 1A. RGB value is (99,4,26). Sum of RGB (Red+Green+Blue) = 99+4+26=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #63041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63041A is #9CFBE5. Grayscale: #222222. Windows color (decimal): -10288102 or 1705059. OLE color: 1705059.

HSL color Cylindrical-coordinate representation of color #63041A: hue angle of 346.11º 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 #63041A is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB99426-
CMYK00.960.740.61
HSL346.11º92.23%20.2%-
HSV(B)346.11º95.96%38.82%-
XYZ5.382.811.24-
YUV34.91122.97173.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.74%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=76.74%
G=3.10%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942600.960.740.61346.1192.2320.2
Hex6341A0604A3D15a5c14
Octal14343201401127553213424
Binary110001110011010011000001001010111101101011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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