#631014

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

Shades of Pohutukawa #631014

Tints of Pohutukawa #631014

Color information

#631014 (or 0x631014) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 14. RGB value is (99,16,20). Sum of RGB (Red+Green+Blue) = 99+16+20=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #631014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631014 is #9CEFEB. Grayscale: #292929. Windows color (decimal): -10285036 or 1314915. OLE color: 1314915.

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

Color convert

RGB991620-
CMYK00.840.800.61
HSL357.11º72.17%22.55%-
HSV(B)357.11º83.84%38.82%-
XYZ5.463.070.97-
YUV41.27116169.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=73.33%
G=11.85%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99162000.840.800.61357.1172.1722.55
Hex631014054503D1654817
Octal143202401241207554511027
Binary11000111000010100010101001010000111101101100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631014; }

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

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

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

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

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

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

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

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