Html Css Color HEX #62282F Jazz

📋 copy color: '#62282F'

red 98 ◦ green 40 ◦ blue 47

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

Shades of Jazz #62282F

Tints of Jazz #62282F

RGB

 RED value IS 98 (38.67% from 255) = 52.97%

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 52.97%
G = 21.62%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62282F (or 0x62282F) is known color: Jazz. HEX triplet: 62, 28 and 2F. RGB value is (98,40,47). Sum of RGB (Red+Green+Blue) = 98+40+47=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #62282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62282F is #9DD7D0. Grayscale: #3A3A3A. Windows color (decimal): -10344401 or 3090530. OLE color: 3090530.

HSL color Cylindrical-coordinate representation of color #62282F: hue angle of 352.76º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62282F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 40 47 -
CMYK 0 0.59 0.52 0.62
HSL 352.76º 0.42% 0.27% -
HSV(B) 352.76º 0.59% 0.38% -
XYZ 6.31 4.32 3.19 -
YUV 58.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 98 40 47 0 0.59 0.52 0.62 352.76 0.42 0.27
Hex 62 28 2F 0 3B 34 3E 161 2A 1B
Octal 142 50 57 0 73 64 76 541 52 33
Binary 1100010 101000 101111 0 111011 110100 111110 101100001 101010 11011

Color Harmonies of #62282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62282F

Black with #62282F

Text Example


Text Example

White with #62282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62282F; }

 p { color: rgb(98,40,47); }

 H1.HeaderClassName
 {
   color: #62282F;
 }
 .AnyTagClassName
 {
   color: #62282F;
 }
</style>

background-color css

<style>
 a { background-color: #62282F; }

 a { background-color: rgb(98,40,47); }

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

border-color css

<style>
 span { border-color: #62282F; }

 span { border-color: rgb(98,40,47); }

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