#631A2B

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

Shades of Pohutukawa #631A2B

Tints of Pohutukawa #631A2B

Color information

#631A2B (or 0x631A2B) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 2B. RGB value is (99,26,43). Sum of RGB (Red+Green+Blue) = 99+26+43=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #631A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A2B is #9CE5D4. Grayscale: #313131. Windows color (decimal): -10282453 or 2824803. OLE color: 2824803.

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

Color convert

RGB992643-
CMYK00.740.570.61
HSL346.03º58.4%24.51%-
HSV(B)346.03º73.74%38.82%-
XYZ5.953.572.66-
YUV49.76124.18163.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=58.93%
G=15.48%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99264300.740.570.61346.0358.424.51
Hex631A2B04A393D15a3a19
Octal1433253011271755327231
Binary1100011110101010110100101011100111110110101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,43); }

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

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

 a { background-color: rgb(99,26,43); }

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

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

 span { border-color: rgb(99,26,43); }

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