Html Css Color HEX #7D132B Red Berry

📋 copy color: '#7D132B'

red 125 ◦ green 19 ◦ blue 43

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

Shades of Red Berry #7D132B

Tints of Red Berry #7D132B

RGB

 RED value IS 125 (49.22% from 255) = 66.84%

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 66.84%
G = 10.16%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D132B (or 0x7D132B) is known color: Red Berry. HEX triplet: 7D, 13 and 2B. RGB value is (125,19,43). Sum of RGB (Red+Green+Blue) = 125+19+43=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D132B is #82ECD4. Grayscale: #353535. Windows color (decimal): -8580309 or 2823037. OLE color: 2823037.

HSL color Cylindrical-coordinate representation of color #7D132B: hue angle of 346.42º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D132B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 19 43 -
CMYK 0 0.85 0.66 0.51
HSL 346.42º 0.74% 0.28% -
HSV(B) 346.42º 0.85% 0.49% -
XYZ 9.13 5 2.77 -
YUV 53.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 125 19 43 0 0.85 0.66 0.51 346.42 0.74 0.28
Hex 7D 13 2B 0 55 42 33 15A 4A 1C
Octal 175 23 53 0 125 102 63 532 112 34
Binary 1111101 10011 101011 0 1010101 1000010 110011 101011010 1001010 11100

Color Harmonies of #7D132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D132B

Black with #7D132B

Text Example


Text Example

White with #7D132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,19,43); }

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

background-color css

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

 a { background-color: rgb(125,19,43); }

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

border-color css

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

 span { border-color: rgb(125,19,43); }

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