Html Css Color HEX #7A1625 Red Berry

📋 copy color: '#7A1625'

red 122 ◦ green 22 ◦ blue 37

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

Shades of Red Berry #7A1625

Tints of Red Berry #7A1625

RGB

 RED value IS 122 (48.05% from 255) = 67.4%

 GREEN value IS 22 (8.98% from 255) = 12.15%

 BLUE value IS 37 (14.84% from 255) = 20.44%

R = 67.4%
G = 12.15%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7A1625 (or 0x7A1625) is known color: Red Berry. HEX triplet: 7A, 16 and 25. RGB value is (122,22,37). Sum of RGB (Red+Green+Blue) = 122+22+37=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1625 is #85E9DA. Grayscale: #353535. Windows color (decimal): -8776155 or 2430586. OLE color: 2430586.

HSL color Cylindrical-coordinate representation of color #7A1625: hue angle of 351º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1625 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 22 37 -
CMYK 0 0.82 0.70 0.52
HSL 351º 0.69% 0.28% -
HSV(B) 351º 0.82% 0.48% -
XYZ 8.65 4.84 2.23 -
YUV 53.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 122 22 37 0 0.82 0.70 0.52 351 0.69 0.28
Hex 7A 16 25 0 52 46 34 15F 45 1C
Octal 172 26 45 0 122 106 64 537 105 34
Binary 1111010 10110 100101 0 1010010 1000110 110100 101011111 1000101 11100

Color Harmonies of #7A1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1625

Black with #7A1625

Text Example


Text Example

White with #7A1625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,37); }

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

background-color css

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

 a { background-color: rgb(122,22,37); }

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

border-color css

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

 span { border-color: rgb(122,22,37); }

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