Html Css Color HEX #CF323B Mahogany

📋 copy color: '#CF323B'

red 207 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #CF323B

Tints of Mahogany #CF323B

RGB

 RED value IS 207 (81.25% from 255) = 65.51%

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 65.51%
G = 15.82%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF323B (or 0xCF323B) is known color: Mahogany. HEX triplet: CF, 32 and 3B. RGB value is (207,50,59). Sum of RGB (Red+Green+Blue) = 207+50+59=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF323B is #30CDC4. Grayscale: #626262. Windows color (decimal): -3198405 or 3879631. OLE color: 3879631.

HSL color Cylindrical-coordinate representation of color #CF323B: hue angle of 356.56º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF323B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 50 59 -
CMYK 0 0.76 0.71 0.19
HSL 356.56º 0.62% 0.5% -
HSV(B) 356.56º 0.76% 0.81% -
XYZ 27.66 15.86 5.74 -
YUV 97.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 207 50 59 0 0.76 0.71 0.19 356.56 0.62 0.5
Hex CF 32 3B 0 4C 47 13 165 3E 32
Octal 317 62 73 0 114 107 23 545 76 62
Binary 11001111 110010 111011 0 1001100 1000111 10011 101100101 111110 110010

Color Harmonies of #CF323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF323B

Black with #CF323B

Text Example


Text Example

White with #CF323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF323B; }

 p { color: rgb(207,50,59); }

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

background-color css

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

 a { background-color: rgb(207,50,59); }

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

border-color css

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

 span { border-color: rgb(207,50,59); }

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