Html Css Color HEX #6F1D35 Claret

📋 copy color: '#6F1D35'

red 111 ◦ green 29 ◦ blue 53

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

Shades of Claret #6F1D35

Tints of Claret #6F1D35

RGB

 RED value IS 111 (43.75% from 255) = 57.51%

 GREEN value IS 29 (11.72% from 255) = 15.03%

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 57.51%
G = 15.03%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F1D35 (or 0x6F1D35) is known color: Claret. HEX triplet: 6F, 1D and 35. RGB value is (111,29,53). Sum of RGB (Red+Green+Blue) = 111+29+53=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1D35 is #90E2CA. Grayscale: #383838. Windows color (decimal): -9495243 or 3480943. OLE color: 3480943.

HSL color Cylindrical-coordinate representation of color #6F1D35: hue angle of 342.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D35 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 29 53 -
CMYK 0 0.74 0.52 0.56
HSL 342.44º 0.59% 0.27% -
HSV(B) 342.44º 0.74% 0.44% -
XYZ 7.64 4.52 3.84 -
YUV 56.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 111 29 53 0 0.74 0.52 0.56 342.44 0.59 0.27
Hex 6F 1D 35 0 4A 34 38 156 3B 1B
Octal 157 35 65 0 112 64 70 526 73 33
Binary 1101111 11101 110101 0 1001010 110100 111000 101010110 111011 11011

Color Harmonies of #6F1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D35

Black with #6F1D35

Text Example


Text Example

White with #6F1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1D35; }

 p { color: rgb(111,29,53); }

 H1.HeaderClassName
 {
   color: #6F1D35;
 }
 .AnyTagClassName
 {
   color: #6F1D35;
 }
</style>

background-color css

<style>
 a { background-color: #6F1D35; }

 a { background-color: rgb(111,29,53); }

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

border-color css

<style>
 span { border-color: #6F1D35; }

 span { border-color: rgb(111,29,53); }

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