Html Css Color HEX #CB3D40 Mahogany

📋 copy color: '#CB3D40'

red 203 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #CB3D40

Tints of Mahogany #CB3D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 61.89%
G = 18.6%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB3D40 (or 0xCB3D40) is known color: Mahogany. HEX triplet: CB, 3D and 40. RGB value is (203,61,64). Sum of RGB (Red+Green+Blue) = 203+61+64=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D40 is #34C2BF. Grayscale: #676767. Windows color (decimal): -3457728 or 4210123. OLE color: 4210123.

HSL color Cylindrical-coordinate representation of color #CB3D40: hue angle of 358.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D40 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 64 -
CMYK 0 0.70 0.68 0.20
HSL 358.73º 0.58% 0.52% -
HSV(B) 358.73º 0.7% 0.8% -
XYZ 27.22 16.4 6.58 -
YUV 103.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 203 61 64 0 0.70 0.68 0.20 358.73 0.58 0.52
Hex CB 3D 40 0 46 44 14 167 3A 34
Octal 313 75 100 0 106 104 24 547 72 64
Binary 11001011 111101 1000000 0 1000110 1000100 10100 101100111 111010 110100

Color Harmonies of #CB3D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D40

Black with #CB3D40

Text Example


Text Example

White with #CB3D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D40; }

 p { color: rgb(203,61,64); }

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

background-color css

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

 a { background-color: rgb(203,61,64); }

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

border-color css

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

 span { border-color: rgb(203,61,64); }

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