Html Css Color HEX #CF343B Mahogany

📋 copy color: '#CF343B'

red 207 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #CF343B

Tints of Mahogany #CF343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 65.09%
G = 16.35%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF343B (or 0xCF343B) is known color: Mahogany. HEX triplet: CF, 34 and 3B. RGB value is (207,52,59). Sum of RGB (Red+Green+Blue) = 207+52+59=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF343B is #30CBC4. Grayscale: #636363. Windows color (decimal): -3197893 or 3880143. OLE color: 3880143.

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

Color convert

RGB 207 52 59 -
CMYK 0 0.75 0.71 0.19
HSL 357.29º 0.62% 0.51% -
HSV(B) 357.29º 0.75% 0.81% -
XYZ 27.75 16.04 5.77 -
YUV 99.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 207 52 59 0 0.75 0.71 0.19 357.29 0.62 0.51
Hex CF 34 3B 0 4B 47 13 165 3E 33
Octal 317 64 73 0 113 107 23 545 76 63
Binary 11001111 110100 111011 0 1001011 1000111 10011 101100101 111110 110011

Color Harmonies of #CF343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF343B

Black with #CF343B

Text Example


Text Example

White with #CF343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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