#631519

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

Shades of Pohutukawa #631519

Tints of Pohutukawa #631519

Color information

#631519 (or 0x631519) is unknown color: approx Pohutukawa. HEX triplet: 63, 15 and 19. RGB value is (99,21,25). Sum of RGB (Red+Green+Blue) = 99+21+25=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #631519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631519 is #9CEAE6. Grayscale: #2C2C2C. Windows color (decimal): -10283751 or 1643875. OLE color: 1643875.

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

Color convert

RGB992125-
CMYK00.790.750.61
HSL356.92º65%23.53%-
HSV(B)356.92º78.79%38.82%-
XYZ5.593.261.25-
YUV44.78116.84166.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=68.28%
G=14.48%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99212500.790.750.61356.926523.53
Hex63151904F4B3D1654118
Octal143253101171137554510130
Binary11000111010111001010011111001011111101101100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631519; }

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

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

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

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

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

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

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

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