Html Css Color HEX #CF4041 Mahogany

📋 copy color: '#CF4041'

red 207 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #CF4041

Tints of Mahogany #CF4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 61.61%
G = 19.05%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF4041 (or 0xCF4041) is known color: Mahogany. HEX triplet: CF, 40 and 41. RGB value is (207,64,65). Sum of RGB (Red+Green+Blue) = 207+64+65=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4041 is #30BFBE. Grayscale: #6B6B6B. Windows color (decimal): -3194815 or 4276431. OLE color: 4276431.

HSL color Cylindrical-coordinate representation of color #CF4041: hue angle of 359.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4041 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 65 -
CMYK 0 0.69 0.69 0.19
HSL 359.58º 0.6% 0.53% -
HSV(B) 359.58º 0.69% 0.81% -
XYZ 28.52 17.31 6.84 -
YUV 106.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 207 64 65 0 0.69 0.69 0.19 359.58 0.6 0.53
Hex CF 40 41 0 45 45 13 168 3C 35
Octal 317 100 101 0 105 105 23 550 74 65
Binary 11001111 1000000 1000001 0 1000101 1000101 10011 101101000 111100 110101

Color Harmonies of #CF4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4041

Black with #CF4041

Text Example


Text Example

White with #CF4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4041; }

 p { color: rgb(207,64,65); }

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

background-color css

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

 a { background-color: rgb(207,64,65); }

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

border-color css

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

 span { border-color: rgb(207,64,65); }

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