#631C2D

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

Shades of Pohutukawa #631C2D

Tints of Pohutukawa #631C2D

Color information

#631C2D (or 0x631C2D) is unknown color: approx Pohutukawa. HEX triplet: 63, 1C and 2D. RGB value is (99,28,45). Sum of RGB (Red+Green+Blue) = 99+28+45=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C2D is #9CE3D2. Grayscale: #333333. Windows color (decimal): -10281939 or 2956387. OLE color: 2956387.

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

Color convert

RGB992845-
CMYK00.720.550.61
HSL345.63º55.91%24.9%-
HSV(B)345.63º71.72%38.82%-
XYZ6.033.672.87-
YUV51.17124.52162.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=57.56%
G=16.28%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99284500.720.550.61345.6355.9124.9
Hex631C2D048373D15a3819
Octal1433455011067755327031
Binary1100011111001011010100100011011111110110101101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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