#631015

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

Shades of Pohutukawa #631015

Tints of Pohutukawa #631015

Color information

#631015 (or 0x631015) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 15. RGB value is (99,16,21). Sum of RGB (Red+Green+Blue) = 99+16+21=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631015 is #9CEFEA. Grayscale: #292929. Windows color (decimal): -10285035 or 1380451. OLE color: 1380451.

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

Color convert

RGB991621-
CMYK00.840.790.61
HSL356.39º72.17%22.55%-
HSV(B)356.39º83.84%38.82%-
XYZ5.473.081.02-
YUV41.39116.5169.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.79%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=72.79%
G=11.76%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99162100.840.790.61356.3972.1722.55
Hex6310150544F3D1644817
Octal143202501241177554411027
Binary11000111000010101010101001001111111101101100100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631015; }

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

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

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

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

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

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

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

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