Html Css Color HEX #CB3135 Mahogany

📋 copy color: '#CB3135'

red 203 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #CB3135

Tints of Mahogany #CB3135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 66.56%
G = 16.07%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB3135 (or 0xCB3135) is known color: Mahogany. HEX triplet: CB, 31 and 35. RGB value is (203,49,53). Sum of RGB (Red+Green+Blue) = 203+49+53=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3135 is #34CECA. Grayscale: #5F5F5F. Windows color (decimal): -3460811 or 3486155. OLE color: 3486155.

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

Color convert

RGB 203 49 53 -
CMYK 0 0.76 0.74 0.20
HSL 358.44º 0.61% 0.49% -
HSV(B) 358.44º 0.76% 0.8% -
XYZ 26.37 15.15 4.9 -
YUV 95.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 203 49 53 0 0.76 0.74 0.20 358.44 0.61 0.49
Hex CB 31 35 0 4C 4A 14 166 3D 31
Octal 313 61 65 0 114 112 24 546 75 61
Binary 11001011 110001 110101 0 1001100 1001010 10100 101100110 111101 110001

Color Harmonies of #CB3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3135

Black with #CB3135

Text Example


Text Example

White with #CB3135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3135; }

 p { color: rgb(203,49,53); }

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

background-color css

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

 a { background-color: rgb(203,49,53); }

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

border-color css

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

 span { border-color: rgb(203,49,53); }

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