#63041C

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

Shades of Pohutukawa #63041C

Tints of Pohutukawa #63041C

Color information

#63041C (or 0x63041C) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 1C. RGB value is (99,4,28). Sum of RGB (Red+Green+Blue) = 99+4+28=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63041C is #9CFBE3. Grayscale: #232323. Windows color (decimal): -10288100 or 1836131. OLE color: 1836131.

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

Color convert

RGB99428-
CMYK00.960.720.61
HSL344.84º92.23%20.2%-
HSV(B)344.84º95.96%38.82%-
XYZ5.42.821.36-
YUV35.14123.97173.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 75.57%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=75.57%
G=3.05%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9942800.960.720.61344.8492.2320.2
Hex6341C060483D1595c14
Octal14343401401107553113424
Binary110001110011100011000001001000111101101011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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