Html Css Color HEX #920621 Carmine

📋 copy color: '#920621'

red 146 ◦ green 6 ◦ blue 33

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

Shades of Carmine #920621

Tints of Carmine #920621

RGB

 RED value IS 146 (57.42% from 255) = 78.92%

 GREEN value IS 6 (2.73% from 255) = 3.24%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 78.92%
G = 3.24%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#920621 (or 0x920621) is known color: Carmine. HEX triplet: 92, 06 and 21. RGB value is (146,6,33). Sum of RGB (Red+Green+Blue) = 146+6+33=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #920621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920621 is #6DF9DE. Grayscale: #323232. Windows color (decimal): -7207391 or 2164370. OLE color: 2164370.

HSL color Cylindrical-coordinate representation of color #920621: hue angle of 348.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920621 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 6 33 -
CMYK 0 0.96 0.77 0.43
HSL 348.43º 0.92% 0.3% -
HSV(B) 348.43º 0.96% 0.57% -
XYZ 12.19 6.35 2.02 -
YUV 50.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 146 6 33 0 0.96 0.77 0.43 348.43 0.92 0.3
Hex 92 6 21 0 60 4D 2B 15C 5C 1E
Octal 222 6 41 0 140 115 53 534 134 36
Binary 10010010 110 100001 0 1100000 1001101 101011 101011100 1011100 11110

Color Harmonies of #920621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920621

Black with #920621

Text Example


Text Example

White with #920621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920621; }

 p { color: rgb(146,6,33); }

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

background-color css

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

 a { background-color: rgb(146,6,33); }

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

border-color css

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

 span { border-color: rgb(146,6,33); }

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