Html Css Color HEX #7C0D02 Maroon

📋 copy color: '#7C0D02'

red 124 ◦ green 13 ◦ blue 2

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

Shades of Maroon #7C0D02

Tints of Maroon #7C0D02

RGB

 RED value IS 124 (48.83% from 255) = 89.21%

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 89.21%
G = 9.35%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C0D02 (or 0x7C0D02) is known color: Maroon. HEX triplet: 7C, 0D and 02. RGB value is (124,13,2). Sum of RGB (Red+Green+Blue) = 124+13+2=139 (18% of max value = 765). Red value is 124 (48.83% from 255 or 89.21% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0D02 is #83F2FD. Grayscale: #2D2D2D. Windows color (decimal): -8647422 or 134524. OLE color: 134524.

HSL color Cylindrical-coordinate representation of color #7C0D02: hue angle of 5.41º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0D02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 13 2 -
CMYK 0 0.90 0.98 0.51
HSL 5.41º 0.97% 0.25% -
HSV(B) 5.41º 0.98% 0.49% -
XYZ 8.47 4.58 0.49 -
YUV 44.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 124 13 2 0 0.90 0.98 0.51 5.41 0.97 0.25
Hex 7C D 2 0 5A 62 33 5 61 19
Octal 174 15 2 0 132 142 63 5 141 31
Binary 1111100 1101 10 0 1011010 1100010 110011 101 1100001 11001

Color Harmonies of #7C0D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0D02

Black with #7C0D02

Text Example


Text Example

White with #7C0D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,13,2); }

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

background-color css

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

 a { background-color: rgb(124,13,2); }

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

border-color css

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

 span { border-color: rgb(124,13,2); }

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