#631021

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

Shades of Pohutukawa #631021

Tints of Pohutukawa #631021

Color information

#631021 (or 0x631021) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 21. RGB value is (99,16,33). Sum of RGB (Red+Green+Blue) = 99+16+33=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #631021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631021 is #9CEFDE. Grayscale: #2A2A2A. Windows color (decimal): -10285023 or 2166883. OLE color: 2166883.

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

Color convert

RGB991633-
CMYK00.840.670.61
HSL347.71º72.17%22.55%-
HSV(B)347.71º83.84%38.82%-
XYZ5.613.131.75-
YUV42.76122.5168.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=66.89%
G=10.81%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99163300.840.670.61347.7172.1722.55
Hex631021054433D15c4817
Octal143204101241037553411027
Binary110001110000100001010101001000011111101101011100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631021; }

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

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

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

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

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

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

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

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