Html Css Color HEX #75232B Red Berry

📋 copy color: '#75232B'

red 117 ◦ green 35 ◦ blue 43

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

Shades of Red Berry #75232B

Tints of Red Berry #75232B

RGB

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

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

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

R = 60%
G = 17.95%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75232B (or 0x75232B) is known color: Red Berry. HEX triplet: 75, 23 and 2B. RGB value is (117,35,43). Sum of RGB (Red+Green+Blue) = 117+35+43=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232B is #8ADCD4. Grayscale: #3C3C3C. Windows color (decimal): -9100501 or 2827125. OLE color: 2827125.

HSL color Cylindrical-coordinate representation of color #75232B: hue angle of 354.15º 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 #75232B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 43 -
CMYK 0 0.70 0.63 0.54
HSL 354.15º 0.54% 0.3% -
HSV(B) 354.15º 0.7% 0.46% -
XYZ 8.37 5.16 2.84 -
YUV 60.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 117 35 43 0 0.70 0.63 0.54 354.15 0.54 0.3
Hex 75 23 2B 0 46 3F 36 162 36 1E
Octal 165 43 53 0 106 77 66 542 66 36
Binary 1110101 100011 101011 0 1000110 111111 110110 101100010 110110 11110

Color Harmonies of #75232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75232B

Black with #75232B

Text Example


Text Example

White with #75232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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