Html Css Color HEX #CB343A Mahogany

📋 copy color: '#CB343A'

red 203 ◦ green 52 ◦ blue 58

#CB343A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CB343A

Tints of Mahogany #CB343A

RGB

 RED value IS 203 (79.69% from 255) = 64.86%

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 64.86%
G = 16.61%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB343A (or 0xCB343A) is known color: Mahogany. HEX triplet: CB, 34 and 3A. RGB value is (203,52,58). Sum of RGB (Red+Green+Blue) = 203+52+58=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB343A is #34CBC5. Grayscale: #616161. Windows color (decimal): -3460038 or 3814603. OLE color: 3814603.

HSL color Cylindrical-coordinate representation of color #CB343A: hue angle of 357.62º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB343A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 58 -
CMYK 0 0.74 0.71 0.20
HSL 357.62º 0.59% 0.5% -
HSV(B) 357.62º 0.74% 0.8% -
XYZ 26.62 15.46 5.58 -
YUV 97.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 203 52 58 0 0.74 0.71 0.20 357.62 0.59 0.5
Hex CB 34 3A 0 4A 47 14 166 3B 32
Octal 313 64 72 0 112 107 24 546 73 62
Binary 11001011 110100 111010 0 1001010 1000111 10100 101100110 111011 110010

Color Harmonies of #CB343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB343A

Black with #CB343A

Text Example


Text Example

White with #CB343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB343A; }

 p { color: rgb(203,52,58); }

 H1.HeaderClassName
 {
   color: #CB343A;
 }
 .AnyTagClassName
 {
   color: #CB343A;
 }
</style>

background-color css

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

 a { background-color: rgb(203,52,58); }

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

border-color css

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

 span { border-color: rgb(203,52,58); }

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