#63131A

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

Shades of Pohutukawa #63131A

Tints of Pohutukawa #63131A

Color information

#63131A (or 0x63131A) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 1A. RGB value is (99,19,26). Sum of RGB (Red+Green+Blue) = 99+19+26=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131A is #9CECE5. Grayscale: #2B2B2B. Windows color (decimal): -10284262 or 1708899. OLE color: 1708899.

HSL color Cylindrical-coordinate representation of color #63131A: hue angle of 354.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63131A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB991926-
CMYK00.810.740.61
HSL354.75º67.8%23.14%-
HSV(B)354.75º80.81%38.82%-
XYZ5.563.191.3-
YUV43.72118167.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=68.75%
G=13.19%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192600.810.740.61354.7567.823.14
Hex63131A0514A3D1634417
Octal143233201211127554310427
Binary11000111001111010010100011001010111101101100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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