Html Css Color HEX #81123A Claret

📋 copy color: '#81123A'

red 129 ◦ green 18 ◦ blue 58

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

Shades of Claret #81123A

Tints of Claret #81123A

RGB

 RED value IS 129 (50.78% from 255) = 62.93%

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 62.93%
G = 8.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81123A (or 0x81123A) is known color: Claret. HEX triplet: 81, 12 and 3A. RGB value is (129,18,58). Sum of RGB (Red+Green+Blue) = 129+18+58=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81123A is #7EEDC5. Grayscale: #373737. Windows color (decimal): -8318406 or 3805825. OLE color: 3805825.

HSL color Cylindrical-coordinate representation of color #81123A: hue angle of 338.38º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81123A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 58 -
CMYK 0 0.86 0.55 0.49
HSL 338.38º 0.76% 0.29% -
HSV(B) 338.38º 0.86% 0.51% -
XYZ 10.03 5.41 4.52 -
YUV 55.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 129 18 58 0 0.86 0.55 0.49 338.38 0.76 0.29
Hex 81 12 3A 0 56 37 31 152 4C 1D
Octal 201 22 72 0 126 67 61 522 114 35
Binary 10000001 10010 111010 0 1010110 110111 110001 101010010 1001100 11101

Color Harmonies of #81123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81123A

Black with #81123A

Text Example


Text Example

White with #81123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,18,58); }

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

background-color css

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

 a { background-color: rgb(129,18,58); }

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

border-color css

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

 span { border-color: rgb(129,18,58); }

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