#63161F

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

Shades of Pohutukawa #63161F

Tints of Pohutukawa #63161F

Color information

#63161F (or 0x63161F) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 1F. RGB value is (99,22,31). Sum of RGB (Red+Green+Blue) = 99+22+31=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161F is #9CE9E0. Grayscale: #2E2E2E. Windows color (decimal): -10283489 or 2037347. OLE color: 2037347.

HSL color Cylindrical-coordinate representation of color #63161F: hue angle of 352.99º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63161F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB992231-
CMYK00.780.690.61
HSL352.99º63.64%23.73%-
HSV(B)352.99º77.78%38.82%-
XYZ5.683.331.64-
YUV46.05119.51165.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=65.13%
G=14.47%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99223100.780.690.61352.9963.6423.73
Hex63161F04E453D1614018
Octal143263701161057554110030
Binary11000111011011111010011101000101111101101100001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63161F; }

 p { color: rgb(99,22,31); }

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

<style>
 a { background-color: #63161F; }

 a { background-color: rgb(99,22,31); }

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

<style>
 span { border-color: #63161F; }

 span { border-color: rgb(99,22,31); }

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