Html Css Color HEX #CB2734 Mahogany

📋 copy color: '#CB2734'

red 203 ◦ green 39 ◦ blue 52

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

Shades of Mahogany #CB2734

Tints of Mahogany #CB2734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 69.05%
G = 13.27%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB2734 (or 0xCB2734) is known color: Mahogany. HEX triplet: CB, 27 and 34. RGB value is (203,39,52). Sum of RGB (Red+Green+Blue) = 203+39+52=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2734 is #34D8CB. Grayscale: #595959. Windows color (decimal): -3463372 or 3418059. OLE color: 3418059.

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

Color convert

RGB 203 39 52 -
CMYK 0 0.81 0.74 0.20
HSL 355.24º 0.68% 0.47% -
HSV(B) 355.24º 0.81% 0.8% -
XYZ 25.97 14.4 4.66 -
YUV 89.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 203 39 52 0 0.81 0.74 0.20 355.24 0.68 0.47
Hex CB 27 34 0 51 4A 14 163 44 2F
Octal 313 47 64 0 121 112 24 543 104 57
Binary 11001011 100111 110100 0 1010001 1001010 10100 101100011 1000100 101111

Color Harmonies of #CB2734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2734

Black with #CB2734

Text Example


Text Example

White with #CB2734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2734; }

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

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

background-color css

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

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

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

border-color css

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

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

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