Html Css Color HEX #CB2F33 Mahogany

📋 copy color: '#CB2F33'

red 203 ◦ green 47 ◦ blue 51

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

Shades of Mahogany #CB2F33

Tints of Mahogany #CB2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 67.44%
G = 15.61%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB2F33 (or 0xCB2F33) is known color: Mahogany. HEX triplet: CB, 2F and 33. RGB value is (203,47,51). Sum of RGB (Red+Green+Blue) = 203+47+51=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F33 is #34D0CC. Grayscale: #5E5E5E. Windows color (decimal): -3461325 or 3354571. OLE color: 3354571.

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

Color convert

RGB 203 47 51 -
CMYK 0 0.77 0.75 0.20
HSL 358.46º 0.62% 0.49% -
HSV(B) 358.46º 0.77% 0.8% -
XYZ 26.24 14.97 4.64 -
YUV 94.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 203 47 51 0 0.77 0.75 0.20 358.46 0.62 0.49
Hex CB 2F 33 0 4D 4B 14 166 3E 31
Octal 313 57 63 0 115 113 24 546 76 61
Binary 11001011 101111 110011 0 1001101 1001011 10100 101100110 111110 110001

Color Harmonies of #CB2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F33

Black with #CB2F33

Text Example


Text Example

White with #CB2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F33; }

 p { color: rgb(203,47,51); }

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

background-color css

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

 a { background-color: rgb(203,47,51); }

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

border-color css

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

 span { border-color: rgb(203,47,51); }

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