#631520

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

Shades of Pohutukawa #631520

Tints of Pohutukawa #631520

Color information

#631520 (or 0x631520) is unknown color: approx Pohutukawa. HEX triplet: 63, 15 and 20. RGB value is (99,21,32). Sum of RGB (Red+Green+Blue) = 99+21+32=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631520 is #9CEADF. Grayscale: #2D2D2D. Windows color (decimal): -10283744 or 2102627. OLE color: 2102627.

HSL color Cylindrical-coordinate representation of color #631520: hue angle of 351.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631520 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB992132-
CMYK00.790.680.61
HSL351.54º65%23.53%-
HSV(B)351.54º78.79%38.82%-
XYZ5.673.291.7-
YUV45.58120.34166.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=65.13%
G=13.82%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99213200.790.680.61351.546523.53
Hex63152004F443D1604118
Octal143254001171047554010130
Binary110001110101100000010011111000100111101101100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631520; }

 p { color: rgb(99,21,32); }

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

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

 a { background-color: rgb(99,21,32); }

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

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

 span { border-color: rgb(99,21,32); }

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