#631E1F

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

Shades of Pohutukawa #631E1F

Tints of Pohutukawa #631E1F

Color information

#631E1F (or 0x631E1F) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 1F. RGB value is (99,30,31). Sum of RGB (Red+Green+Blue) = 99+30+31=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E1F is #9CE1E0. Grayscale: #323232. Windows color (decimal): -10281441 or 2039395. OLE color: 2039395.

HSL color Cylindrical-coordinate representation of color #631E1F: hue angle of 359.13º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E1F is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB993031-
CMYK00.700.690.61
HSL359.13º53.49%25.29%-
HSV(B)359.13º69.7%38.82%-
XYZ5.863.681.7-
YUV50.74116.86162.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=61.88%
G=18.75%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99303100.700.690.61359.1353.4925.29
Hex631E1F046453D1673519
Octal14336370106105755476531
Binary1100011111101111101000110100010111110110110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E1F; }

 p { color: rgb(99,30,31); }

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

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

 a { background-color: rgb(99,30,31); }

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

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

 span { border-color: rgb(99,30,31); }

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