#631518

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

Shades of Pohutukawa #631518

Tints of Pohutukawa #631518

Color information

#631518 (or 0x631518) is unknown color: approx Pohutukawa. HEX triplet: 63, 15 and 18. RGB value is (99,21,24). Sum of RGB (Red+Green+Blue) = 99+21+24=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631518 is #9CEAE7. Grayscale: #2C2C2C. Windows color (decimal): -10283752 or 1578339. OLE color: 1578339.

HSL color Cylindrical-coordinate representation of color #631518: hue angle of 357.69º 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 #631518 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB992124-
CMYK00.790.760.61
HSL357.69º65%23.53%-
HSV(B)357.69º78.79%38.82%-
XYZ5.583.251.2-
YUV44.66116.34166.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=68.75%
G=14.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99212400.790.760.61357.696523.53
Hex63151804F4C3D1664118
Octal143253001171147554610130
Binary11000111010111000010011111001100111101101100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631518; }

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

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

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

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

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

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

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

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