Html Css Color HEX #75232D Red Berry

📋 copy color: '#75232D'

red 117 ◦ green 35 ◦ blue 45

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

Shades of Red Berry #75232D

Tints of Red Berry #75232D

RGB

 RED value IS 117 (46.09% from 255) = 59.39%

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 59.39%
G = 17.77%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75232D (or 0x75232D) is known color: Red Berry. HEX triplet: 75, 23 and 2D. RGB value is (117,35,45). Sum of RGB (Red+Green+Blue) = 117+35+45=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232D is #8ADCD2. Grayscale: #3C3C3C. Windows color (decimal): -9100499 or 2958197. OLE color: 2958197.

HSL color Cylindrical-coordinate representation of color #75232D: hue angle of 352.68º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75232D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 45 -
CMYK 0 0.70 0.62 0.54
HSL 352.68º 0.54% 0.3% -
HSV(B) 352.68º 0.7% 0.46% -
XYZ 8.41 5.17 3.04 -
YUV 60.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 117 35 45 0 0.70 0.62 0.54 352.68 0.54 0.3
Hex 75 23 2D 0 46 3E 36 161 36 1E
Octal 165 43 55 0 106 76 66 541 66 36
Binary 1110101 100011 101101 0 1000110 111110 110110 101100001 110110 11110

Color Harmonies of #75232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75232D

Black with #75232D

Text Example


Text Example

White with #75232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75232D; }

 p { color: rgb(117,35,45); }

 H1.HeaderClassName
 {
   color: #75232D;
 }
 .AnyTagClassName
 {
   color: #75232D;
 }
</style>

background-color css

<style>
 a { background-color: #75232D; }

 a { background-color: rgb(117,35,45); }

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

border-color css

<style>
 span { border-color: #75232D; }

 span { border-color: rgb(117,35,45); }

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