Html Css Color HEX #D57141 Sorbus

📋 copy color: '#D57141'

red 213 ◦ green 113 ◦ blue 65

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

Shades of Sorbus #D57141

Tints of Sorbus #D57141

RGB

 RED value IS 213 (83.59% from 255) = 54.48%

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 54.48%
G = 28.9%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D57141 (or 0xD57141) is known color: Sorbus. HEX triplet: D5, 71 and 41. RGB value is (213,113,65). Sum of RGB (Red+Green+Blue) = 213+113+65=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D57141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57141 is #2A8EBE. Grayscale: #898989. Windows color (decimal): -2789055 or 4288981. OLE color: 4288981.

HSL color Cylindrical-coordinate representation of color #D57141: hue angle of 19.46º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D57141 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 65 -
CMYK 0 0.47 0.69 0.16
HSL 19.46º 0.64% 0.55% -
HSV(B) 19.46º 0.69% 0.84% -
XYZ 34.3 26.34 8.28 -
YUV 137.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 213 113 65 0 0.47 0.69 0.16 19.46 0.64 0.55
Hex D5 71 41 0 2F 45 10 13 40 37
Octal 325 161 101 0 57 105 20 23 100 67
Binary 11010101 1110001 1000001 0 101111 1000101 10000 10011 1000000 110111

Color Harmonies of #D57141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57141

Black with #D57141

Text Example


Text Example

White with #D57141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57141; }

 p { color: rgb(213,113,65); }

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

background-color css

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

 a { background-color: rgb(213,113,65); }

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

border-color css

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

 span { border-color: rgb(213,113,65); }

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