Html Css Color HEX #CB2632 Mahogany

📋 copy color: '#CB2632'

red 203 ◦ green 38 ◦ blue 50

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

Shades of Mahogany #CB2632

Tints of Mahogany #CB2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 69.76%
G = 13.06%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB2632 (or 0xCB2632) is known color: Mahogany. HEX triplet: CB, 26 and 32. RGB value is (203,38,50). Sum of RGB (Red+Green+Blue) = 203+38+50=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2632 is #34D9CD. Grayscale: #585858. Windows color (decimal): -3463630 or 3286731. OLE color: 3286731.

HSL color Cylindrical-coordinate representation of color #CB2632: hue angle of 355.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2632 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 50 -
CMYK 0 0.81 0.75 0.20
HSL 355.64º 0.68% 0.47% -
HSV(B) 355.64º 0.81% 0.8% -
XYZ 25.9 14.31 4.42 -
YUV 88.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 203 38 50 0 0.81 0.75 0.20 355.64 0.68 0.47
Hex CB 26 32 0 51 4B 14 164 44 2F
Octal 313 46 62 0 121 113 24 544 104 57
Binary 11001011 100110 110010 0 1010001 1001011 10100 101100100 1000100 101111

Color Harmonies of #CB2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2632

Black with #CB2632

Text Example


Text Example

White with #CB2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2632; }

 p { color: rgb(203,38,50); }

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

background-color css

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

 a { background-color: rgb(203,38,50); }

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

border-color css

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

 span { border-color: rgb(203,38,50); }

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