Html Css Color HEX #D7524B Valencia

📋 copy color: '#D7524B'

red 215 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D7524B

Tints of Valencia #D7524B

RGB

 RED value IS 215 (84.38% from 255) = 57.8%

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 57.8%
G = 22.04%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7524B (or 0xD7524B) is known color: Valencia. HEX triplet: D7, 52 and 4B. RGB value is (215,82,75). Sum of RGB (Red+Green+Blue) = 215+82+75=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7524B is #28ADB4. Grayscale: #797979. Windows color (decimal): -2665909 or 4936407. OLE color: 4936407.

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

Color convert

RGB 215 82 75 -
CMYK 0 0.62 0.65 0.16
HSL 0.64% 0.57% -
HSV(B) 0.65% 0.84% -
XYZ 32.31 20.99 9.01 -
YUV 120.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 215 82 75 0 0.62 0.65 0.16 3 0.64 0.57
Hex D7 52 4B 0 3E 41 10 3 40 39
Octal 327 122 113 0 76 101 20 3 100 71
Binary 11010111 1010010 1001011 0 111110 1000001 10000 11 1000000 111001

Color Harmonies of #D7524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7524B

Black with #D7524B

Text Example


Text Example

White with #D7524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7524B; }

 p { color: rgb(215,82,75); }

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

background-color css

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

 a { background-color: rgb(215,82,75); }

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

border-color css

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

 span { border-color: rgb(215,82,75); }

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