Html Css Color HEX #75212E Red Berry

📋 copy color: '#75212E'

red 117 ◦ green 33 ◦ blue 46

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

Shades of Red Berry #75212E

Tints of Red Berry #75212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 59.69%
G = 16.84%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75212E (or 0x75212E) is known color: Red Berry. HEX triplet: 75, 21 and 2E. RGB value is (117,33,46). Sum of RGB (Red+Green+Blue) = 117+33+46=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75212E is #8ADED1. Grayscale: #3B3B3B. Windows color (decimal): -9101010 or 3023221. OLE color: 3023221.

HSL color Cylindrical-coordinate representation of color #75212E: hue angle of 350.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75212E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 46 -
CMYK 0 0.72 0.61 0.54
HSL 350.71º 0.56% 0.29% -
HSV(B) 350.71º 0.72% 0.46% -
XYZ 8.37 5.07 3.12 -
YUV 59.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 117 33 46 0 0.72 0.61 0.54 350.71 0.56 0.29
Hex 75 21 2E 0 48 3D 36 15F 38 1D
Octal 165 41 56 0 110 75 66 537 70 35
Binary 1110101 100001 101110 0 1001000 111101 110110 101011111 111000 11101

Color Harmonies of #75212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75212E

Black with #75212E

Text Example


Text Example

White with #75212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75212E; }

 p { color: rgb(117,33,46); }

 H1.HeaderClassName
 {
   color: #75212E;
 }
 .AnyTagClassName
 {
   color: #75212E;
 }
</style>

background-color css

<style>
 a { background-color: #75212E; }

 a { background-color: rgb(117,33,46); }

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

border-color css

<style>
 span { border-color: #75212E; }

 span { border-color: rgb(117,33,46); }

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