Html Css Color HEX #82375A Rose Bud Cherry

📋 copy color: '#82375A'

red 130 ◦ green 55 ◦ blue 90

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

Shades of Rose Bud Cherry #82375A

Tints of Rose Bud Cherry #82375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 47.27%
G = 20%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82375A (or 0x82375A) is known color: Rose Bud Cherry. HEX triplet: 82, 37 and 5A. RGB value is (130,55,90). Sum of RGB (Red+Green+Blue) = 130+55+90=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82375A is #7DC8A5. Grayscale: #515151. Windows color (decimal): -8243366 or 5912450. OLE color: 5912450.

HSL color Cylindrical-coordinate representation of color #82375A: hue angle of 332º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82375A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 90 -
CMYK 0 0.58 0.31 0.49
HSL 332º 0.41% 0.36% -
HSV(B) 332º 0.58% 0.51% -
XYZ 12.42 8.22 10.6 -
YUV 81.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 130 55 90 0 0.58 0.31 0.49 332 0.41 0.36
Hex 82 37 5A 0 3A 1F 31 14C 29 24
Octal 202 67 132 0 72 37 61 514 51 44
Binary 10000010 110111 1011010 0 111010 11111 110001 101001100 101001 100100

Color Harmonies of #82375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82375A

Black with #82375A

Text Example


Text Example

White with #82375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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