#631821

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

Shades of Pohutukawa #631821

Tints of Pohutukawa #631821

Color information

#631821 (or 0x631821) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 21. RGB value is (99,24,33). Sum of RGB (Red+Green+Blue) = 99+24+33=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631821 is #9CE7DE. Grayscale: #2F2F2F. Windows color (decimal): -10282975 or 2168931. OLE color: 2168931.

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

Color convert

RGB992433-
CMYK00.760.670.61
HSL352.8º60.98%24.12%-
HSV(B)352.8º75.76%38.82%-
XYZ5.753.421.8-
YUV47.45119.85164.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=63.46%
G=15.38%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99243300.760.670.61352.860.9824.12
Hex63182104C433D1613d18
Octal14330410114103755417530
Binary11000111100010000101001100100001111110110110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631821; }

 p { color: rgb(99,24,33); }

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

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

 a { background-color: rgb(99,24,33); }

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

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

 span { border-color: rgb(99,24,33); }

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