#CA3A3D

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

Shades of Mahogany #CA3A3D

Tints of Mahogany #CA3A3D

Color information

#CA3A3D (or 0xCA3A3D) is unknown color: approx Mahogany. HEX triplet: CA, 3A and 3D. RGB value is (202,58,61). Sum of RGB (Red+Green+Blue) = 202+58+61=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A3D is #35C5C2. Grayscale: #656565. Windows color (decimal): -3524035 or 4012746. OLE color: 4012746.

HSL color Cylindrical-coordinate representation of color #CA3A3D: hue angle of 358.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A3D is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2025861-
CMYK00.710.700.21
HSL358.75º57.6%50.98%-
HSV(B)358.75º71.29%79.22%-
XYZ26.7115.926.08-
YUV101.4105.21199.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=62.93%
G=18.07%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202586100.710.700.21358.7557.650.98
HexCA3A3D04746151673a33
Octal31272750107106255477263
Binary1100101011101011110101000111100011010101101100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A3D; }

 p { color: rgb(202,58,61); }

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

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

 a { background-color: rgb(202,58,61); }

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

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

 span { border-color: rgb(202,58,61); }

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