Html Css Color HEX #821458 Rose Bud Cherry

📋 copy color: '#821458'

red 130 ◦ green 20 ◦ blue 88

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

Shades of Rose Bud Cherry #821458

Tints of Rose Bud Cherry #821458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 54.62%
G = 8.4%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821458 (or 0x821458) is known color: Rose Bud Cherry. HEX triplet: 82, 14 and 58. RGB value is (130,20,88). Sum of RGB (Red+Green+Blue) = 130+20+88=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #821458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821458 is #7DEBA7. Grayscale: #3C3C3C. Windows color (decimal): -8252328 or 5772418. OLE color: 5772418.

HSL color Cylindrical-coordinate representation of color #821458: hue angle of 322.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821458 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 88 -
CMYK 0 0.85 0.32 0.49
HSL 322.91º 0.73% 0.29% -
HSV(B) 322.91º 0.85% 0.51% -
XYZ 11.22 5.95 9.79 -
YUV 60.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 130 20 88 0 0.85 0.32 0.49 322.91 0.73 0.29
Hex 82 14 58 0 55 20 31 143 49 1D
Octal 202 24 130 0 125 40 61 503 111 35
Binary 10000010 10100 1011000 0 1010101 100000 110001 101000011 1001001 11101

Color Harmonies of #821458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821458

Black with #821458

Text Example


Text Example

White with #821458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821458; }

 p { color: rgb(130,20,88); }

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

background-color css

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

 a { background-color: rgb(130,20,88); }

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

border-color css

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

 span { border-color: rgb(130,20,88); }

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