Html Css Color HEX #6F1435 Claret

📋 copy color: '#6F1435'

red 111 ◦ green 20 ◦ blue 53

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

Shades of Claret #6F1435

Tints of Claret #6F1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 60.33%
G = 10.87%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F1435 (or 0x6F1435) is known color: Claret. HEX triplet: 6F, 14 and 35. RGB value is (111,20,53). Sum of RGB (Red+Green+Blue) = 111+20+53=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1435 is #90EBCA. Grayscale: #323232. Windows color (decimal): -9497547 or 3478639. OLE color: 3478639.

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

Color convert

RGB 111 20 53 -
CMYK 0 0.82 0.52 0.56
HSL 338.24º 0.69% 0.26% -
HSV(B) 338.24º 0.82% 0.44% -
XYZ 7.45 4.14 3.77 -
YUV 50.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 111 20 53 0 0.82 0.52 0.56 338.24 0.69 0.26
Hex 6F 14 35 0 52 34 38 152 45 1A
Octal 157 24 65 0 122 64 70 522 105 32
Binary 1101111 10100 110101 0 1010010 110100 111000 101010010 1000101 11010

Color Harmonies of #6F1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1435

Black with #6F1435

Text Example


Text Example

White with #6F1435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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