Html Css Color HEX #7B1A3D Claret

📋 copy color: '#7B1A3D'

red 123 ◦ green 26 ◦ blue 61

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

Shades of Claret #7B1A3D

Tints of Claret #7B1A3D

RGB

 RED value IS 123 (48.44% from 255) = 58.57%

 GREEN value IS 26 (10.55% from 255) = 12.38%

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 58.57%
G = 12.38%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B1A3D (or 0x7B1A3D) is known color: Claret. HEX triplet: 7B, 1A and 3D. RGB value is (123,26,61). Sum of RGB (Red+Green+Blue) = 123+26+61=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A3D is #84E5C2. Grayscale: #3A3A3A. Windows color (decimal): -8709571 or 4004475. OLE color: 4004475.

HSL color Cylindrical-coordinate representation of color #7B1A3D: hue angle of 338.35º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A3D is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 26 61 -
CMYK 0 0.79 0.50 0.52
HSL 338.35º 0.65% 0.29% -
HSV(B) 338.35º 0.79% 0.48% -
XYZ 9.38 5.29 4.94 -
YUV 58.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 123 26 61 0 0.79 0.50 0.52 338.35 0.65 0.29
Hex 7B 1A 3D 0 4F 32 34 152 41 1D
Octal 173 32 75 0 117 62 64 522 101 35
Binary 1111011 11010 111101 0 1001111 110010 110100 101010010 1000001 11101

Color Harmonies of #7B1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1A3D

Black with #7B1A3D

Text Example


Text Example

White with #7B1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B1A3D; }

 p { color: rgb(123,26,61); }

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

background-color css

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

 a { background-color: rgb(123,26,61); }

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

border-color css

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

 span { border-color: rgb(123,26,61); }

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