Html Css Color HEX #823C5A Rose Bud Cherry

📋 copy color: '#823C5A'

red 130 ◦ green 60 ◦ blue 90

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

Shades of Rose Bud Cherry #823C5A

Tints of Rose Bud Cherry #823C5A

RGB

 RED value IS 130 (51.17% from 255) = 46.43%

 GREEN value IS 60 (23.83% from 255) = 21.43%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 46.43%
G = 21.43%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#823C5A (or 0x823C5A) is known color: Rose Bud Cherry. HEX triplet: 82, 3C and 5A. RGB value is (130,60,90). Sum of RGB (Red+Green+Blue) = 130+60+90=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #823C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C5A is #7DC3A5. Grayscale: #545454. Windows color (decimal): -8242086 or 5913730. OLE color: 5913730.

HSL color Cylindrical-coordinate representation of color #823C5A: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C5A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 60 90 -
CMYK 0 0.54 0.31 0.49
HSL 334.29º 0.37% 0.37% -
HSV(B) 334.29º 0.54% 0.51% -
XYZ 12.67 8.72 10.69 -
YUV 84.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 130 60 90 0 0.54 0.31 0.49 334.29 0.37 0.37
Hex 82 3C 5A 0 36 1F 31 14E 25 25
Octal 202 74 132 0 66 37 61 516 45 45
Binary 10000010 111100 1011010 0 110110 11111 110001 101001110 100101 100101

Color Harmonies of #823C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C5A

Black with #823C5A

Text Example


Text Example

White with #823C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823C5A; }

 p { color: rgb(130,60,90); }

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

background-color css

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

 a { background-color: rgb(130,60,90); }

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

border-color css

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

 span { border-color: rgb(130,60,90); }

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