#631421

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

Shades of Pohutukawa #631421

Tints of Pohutukawa #631421

Color information

#631421 (or 0x631421) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 21. RGB value is (99,20,33). Sum of RGB (Red+Green+Blue) = 99+20+33=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631421 is #9CEBDE. Grayscale: #2D2D2D. Windows color (decimal): -10283999 or 2167907. OLE color: 2167907.

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

Color convert

RGB992033-
CMYK00.800.670.61
HSL350.13º66.39%23.33%-
HSV(B)350.13º79.8%38.82%-
XYZ5.673.261.77-
YUV45.1121.17166.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=65.13%
G=13.16%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99203300.800.670.61350.1366.3923.33
Hex631421050433D15e4217
Octal143244101201037553610227
Binary110001110100100001010100001000011111101101011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631421; }

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

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

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

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

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

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

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

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