Html Css Color HEX #920725 Carmine

📋 copy color: '#920725'

red 146 ◦ green 7 ◦ blue 37

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

Shades of Carmine #920725

Tints of Carmine #920725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 76.84%
G = 3.68%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#920725 (or 0x920725) is known color: Carmine. HEX triplet: 92, 07 and 25. RGB value is (146,7,37). Sum of RGB (Red+Green+Blue) = 146+7+37=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #920725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920725 is #6DF8DA. Grayscale: #343434. Windows color (decimal): -7207131 or 2426770. OLE color: 2426770.

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

Color convert

RGB 146 7 37 -
CMYK 0 0.95 0.75 0.43
HSL 347.05º 0.91% 0.3% -
HSV(B) 347.05º 0.95% 0.57% -
XYZ 12.26 6.4 2.34 -
YUV 51.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 146 7 37 0 0.95 0.75 0.43 347.05 0.91 0.3
Hex 92 7 25 0 5F 4B 2B 15B 5B 1E
Octal 222 7 45 0 137 113 53 533 133 36
Binary 10010010 111 100101 0 1011111 1001011 101011 101011011 1011011 11110

Color Harmonies of #920725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920725

Black with #920725

Text Example


Text Example

White with #920725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920725; }

 p { color: rgb(146,7,37); }

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

background-color css

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

 a { background-color: rgb(146,7,37); }

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

border-color css

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

 span { border-color: rgb(146,7,37); }

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