#631319

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

Shades of Pohutukawa #631319

Tints of Pohutukawa #631319

Color information

#631319 (or 0x631319) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 19. RGB value is (99,19,25). Sum of RGB (Red+Green+Blue) = 99+19+25=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #631319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631319 is #9CECE6. Grayscale: #2B2B2B. Windows color (decimal): -10284263 or 1643363. OLE color: 1643363.

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

Color convert

RGB991925-
CMYK00.810.750.61
HSL355.5º67.8%23.14%-
HSV(B)355.5º80.81%38.82%-
XYZ5.553.191.24-
YUV43.6117.5167.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.23%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=69.23%
G=13.29%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192500.810.750.61355.567.823.14
Hex6313190514B3D1644417
Octal143233101211137554410427
Binary11000111001111001010100011001011111101101100100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631319; }

 p { color: rgb(99,19,25); }

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

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

 a { background-color: rgb(99,19,25); }

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

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

 span { border-color: rgb(99,19,25); }

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