#631D2D

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

Shades of Pohutukawa #631D2D

Tints of Pohutukawa #631D2D

Color information

#631D2D (or 0x631D2D) is unknown color: approx Pohutukawa. HEX triplet: 63, 1D and 2D. RGB value is (99,29,45). Sum of RGB (Red+Green+Blue) = 99+29+45=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631D2D is #9CE2D2. Grayscale: #333333. Windows color (decimal): -10281683 or 2956643. OLE color: 2956643.

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

Color convert

RGB992945-
CMYK00.710.550.61
HSL346.29º54.69%25.1%-
HSV(B)346.29º70.71%38.82%-
XYZ6.063.722.88-
YUV51.75124.19161.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=57.23%
G=16.76%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99294500.710.550.61346.2954.6925.1
Hex631D2D047373D15a3719
Octal1433555010767755326731
Binary1100011111011011010100011111011111110110101101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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