Html Css Color HEX #910827 Carmine

📋 copy color: '#910827'

red 145 ◦ green 8 ◦ blue 39

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

Shades of Carmine #910827

Tints of Carmine #910827

RGB

 RED value IS 145 (57.03% from 255) = 75.52%

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 75.52%
G = 4.17%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#910827 (or 0x910827) is known color: Carmine. HEX triplet: 91, 08 and 27. RGB value is (145,8,39). Sum of RGB (Red+Green+Blue) = 145+8+39=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #910827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910827 is #6EF7D8. Grayscale: #343434. Windows color (decimal): -7272409 or 2558097. OLE color: 2558097.

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

Color convert

RGB 145 8 39 -
CMYK 0 0.94 0.73 0.43
HSL 346.42º 0.9% 0.3% -
HSV(B) 346.42º 0.94% 0.57% -
XYZ 12.13 6.34 2.5 -
YUV 52.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 145 8 39 0 0.94 0.73 0.43 346.42 0.9 0.3
Hex 91 8 27 0 5E 49 2B 15A 5A 1E
Octal 221 10 47 0 136 111 53 532 132 36
Binary 10010001 1000 100111 0 1011110 1001001 101011 101011010 1011010 11110

Color Harmonies of #910827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910827

Black with #910827

Text Example


Text Example

White with #910827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910827; }

 p { color: rgb(145,8,39); }

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

background-color css

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

 a { background-color: rgb(145,8,39); }

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

border-color css

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

 span { border-color: rgb(145,8,39); }

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