#631522

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

Shades of Pohutukawa #631522

Tints of Pohutukawa #631522

Color information

#631522 (or 0x631522) is unknown color: approx Pohutukawa. HEX triplet: 63, 15 and 22. RGB value is (99,21,34). Sum of RGB (Red+Green+Blue) = 99+21+34=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631522 is #9CEADD. Grayscale: #2D2D2D. Windows color (decimal): -10283742 or 2233699. OLE color: 2233699.

HSL color Cylindrical-coordinate representation of color #631522: hue angle of 350º 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 #631522 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB992134-
CMYK00.790.660.61
HSL350º65%23.53%-
HSV(B)350º78.79%38.82%-
XYZ5.73.31.85-
YUV45.8121.34165.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=64.29%
G=13.64%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99213400.790.660.613506523.53
Hex63152204F423D15e4118
Octal143254201171027553610130
Binary110001110101100010010011111000010111101101011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631522; }

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

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

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

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

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

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

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

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