Html Css Color HEX #71243A Claret

📋 copy color: '#71243A'

red 113 ◦ green 36 ◦ blue 58

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

Shades of Claret #71243A

Tints of Claret #71243A

RGB

 RED value IS 113 (44.53% from 255) = 54.59%

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 54.59%
G = 17.39%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71243A (or 0x71243A) is known color: Claret. HEX triplet: 71, 24 and 3A. RGB value is (113,36,58). Sum of RGB (Red+Green+Blue) = 113+36+58=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71243A is #8EDBC5. Grayscale: #3D3D3D. Windows color (decimal): -9362374 or 3810417. OLE color: 3810417.

HSL color Cylindrical-coordinate representation of color #71243A: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71243A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 58 -
CMYK 0 0.68 0.49 0.56
HSL 342.86º 0.52% 0.29% -
HSV(B) 342.86º 0.68% 0.44% -
XYZ 8.2 5.08 4.55 -
YUV 61.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 113 36 58 0 0.68 0.49 0.56 342.86 0.52 0.29
Hex 71 24 3A 0 44 31 38 157 34 1D
Octal 161 44 72 0 104 61 70 527 64 35
Binary 1110001 100100 111010 0 1000100 110001 111000 101010111 110100 11101

Color Harmonies of #71243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71243A

Black with #71243A

Text Example


Text Example

White with #71243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71243A; }

 p { color: rgb(113,36,58); }

 H1.HeaderClassName
 {
   color: #71243A;
 }
 .AnyTagClassName
 {
   color: #71243A;
 }
</style>

background-color css

<style>
 a { background-color: #71243A; }

 a { background-color: rgb(113,36,58); }

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

border-color css

<style>
 span { border-color: #71243A; }

 span { border-color: rgb(113,36,58); }

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