Html Css Color HEX #5F262B Jazz

📋 copy color: '#5F262B'

red 95 ◦ green 38 ◦ blue 43

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

Shades of Jazz #5F262B

Tints of Jazz #5F262B

RGB

 RED value IS 95 (37.5% from 255) = 53.98%

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 53.98%
G = 21.59%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5F262B (or 0x5F262B) is known color: Jazz. HEX triplet: 5F, 26 and 2B. RGB value is (95,38,43). Sum of RGB (Red+Green+Blue) = 95+38+43=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F262B is #A0D9D4. Grayscale: #373737. Windows color (decimal): -10541525 or 2827871. OLE color: 2827871.

HSL color Cylindrical-coordinate representation of color #5F262B: hue angle of 354.74º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F262B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 38 43 -
CMYK 0 0.60 0.55 0.63
HSL 354.74º 0.43% 0.26% -
HSV(B) 354.74º 0.6% 0.37% -
XYZ 5.85 3.99 2.75 -
YUV 55.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 95 38 43 0 0.60 0.55 0.63 354.74 0.43 0.26
Hex 5F 26 2B 0 3C 37 3F 163 2B 1A
Octal 137 46 53 0 74 67 77 543 53 32
Binary 1011111 100110 101011 0 111100 110111 111111 101100011 101011 11010

Color Harmonies of #5F262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F262B

Black with #5F262B

Text Example


Text Example

White with #5F262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F262B; }

 p { color: rgb(95,38,43); }

 H1.HeaderClassName
 {
   color: #5F262B;
 }
 .AnyTagClassName
 {
   color: #5F262B;
 }
</style>

background-color css

<style>
 a { background-color: #5F262B; }

 a { background-color: rgb(95,38,43); }

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

border-color css

<style>
 span { border-color: #5F262B; }

 span { border-color: rgb(95,38,43); }

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