#631E2D

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

Shades of Pohutukawa #631E2D

Tints of Pohutukawa #631E2D

Color information

#631E2D (or 0x631E2D) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 2D. RGB value is (99,30,45). Sum of RGB (Red+Green+Blue) = 99+30+45=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #631E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E2D is #9CE1D2. Grayscale: #343434. Windows color (decimal): -10281427 or 2956899. OLE color: 2956899.

HSL color Cylindrical-coordinate representation of color #631E2D: hue angle of 346.96º 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 #631E2D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB993045-
CMYK00.700.550.61
HSL346.96º53.49%25.29%-
HSV(B)346.96º69.7%38.82%-
XYZ6.083.772.89-
YUV52.34123.86161.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=56.90%
G=17.24%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99304500.700.550.61346.9653.4925.29
Hex631E2D046373D15b3519
Octal1433655010667755336531
Binary1100011111101011010100011011011111110110101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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