Html Css Color HEX #CB3D41 Mahogany

📋 copy color: '#CB3D41'

red 203 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #CB3D41

Tints of Mahogany #CB3D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 61.7%
G = 18.54%
B = 19.76%

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

#CB3D41 (or 0xCB3D41) is known color: Mahogany. HEX triplet: CB, 3D and 41. RGB value is (203,61,65). Sum of RGB (Red+Green+Blue) = 203+61+65=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D41 is #34C2BE. Grayscale: #686868. Windows color (decimal): -3457727 or 4275659. OLE color: 4275659.

HSL color Cylindrical-coordinate representation of color #CB3D41: hue angle of 358.31º 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 #CB3D41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 65 -
CMYK 0 0.70 0.68 0.20
HSL 358.31º 0.58% 0.52% -
HSV(B) 358.31º 0.7% 0.8% -
XYZ 27.25 16.42 6.73 -
YUV 103.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 203 61 65 0 0.70 0.68 0.20 358.31 0.58 0.52
Hex CB 3D 41 0 46 44 14 166 3A 34
Octal 313 75 101 0 106 104 24 546 72 64
Binary 11001011 111101 1000001 0 1000110 1000100 10100 101100110 111010 110100

Color Harmonies of #CB3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D41

Black with #CB3D41

Text Example


Text Example

White with #CB3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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