#631622

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

Shades of Pohutukawa #631622

Tints of Pohutukawa #631622

Color information

#631622 (or 0x631622) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 22. RGB value is (99,22,34). Sum of RGB (Red+Green+Blue) = 99+22+34=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631622 is #9CE9DD. Grayscale: #2E2E2E. Windows color (decimal): -10283486 or 2233955. OLE color: 2233955.

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

Color convert

RGB992234-
CMYK00.780.660.61
HSL350.65º63.64%23.73%-
HSV(B)350.65º77.78%38.82%-
XYZ5.723.341.86-
YUV46.39121.01165.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=63.87%
G=14.19%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99223400.780.660.61350.6563.6423.73
Hex63162204E423D15f4018
Octal143264201161027553710030
Binary110001110110100010010011101000010111101101011111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631622; }

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

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

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

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

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

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

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

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