#631314

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

Shades of Pohutukawa #631314

Tints of Pohutukawa #631314

Color information

#631314 (or 0x631314) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 14. RGB value is (99,19,20). Sum of RGB (Red+Green+Blue) = 99+19+20=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #631314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631314 is #9CECEB. Grayscale: #2B2B2B. Windows color (decimal): -10284268 or 1315683. OLE color: 1315683.

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

Color convert

RGB991920-
CMYK00.810.800.61
HSL359.25º67.8%23.14%-
HSV(B)359.25º80.81%38.82%-
XYZ5.53.170.98-
YUV43.03115167.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=71.74%
G=13.77%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192000.810.800.61359.2567.823.14
Hex631314051503D1674417
Octal143232401211207554710427
Binary11000111001110100010100011010000111101101100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631314; }

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

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

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

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

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

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

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

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