Html Css Color HEX #612B2F Jazz

📋 copy color: '#612B2F'

red 97 ◦ green 43 ◦ blue 47

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

Shades of Jazz #612B2F

Tints of Jazz #612B2F

RGB

 RED value IS 97 (38.28% from 255) = 51.87%

 GREEN value IS 43 (17.19% from 255) = 22.99%

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

R = 51.87%
G = 22.99%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#612B2F (or 0x612B2F) is known color: Jazz. HEX triplet: 61, 2B and 2F. RGB value is (97,43,47). Sum of RGB (Red+Green+Blue) = 97+43+47=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2F is #9ED4D0. Grayscale: #3B3B3B. Windows color (decimal): -10409169 or 3091297. OLE color: 3091297.

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

Color convert

RGB 97 43 47 -
CMYK 0 0.56 0.52 0.62
HSL 355.56º 0.39% 0.27% -
HSV(B) 355.56º 0.56% 0.38% -
XYZ 6.31 4.47 3.22 -
YUV 59.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 97 43 47 0 0.56 0.52 0.62 355.56 0.39 0.27
Hex 61 2B 2F 0 38 34 3E 164 27 1B
Octal 141 53 57 0 70 64 76 544 47 33
Binary 1100001 101011 101111 0 111000 110100 111110 101100100 100111 11011

Color Harmonies of #612B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B2F

Black with #612B2F

Text Example


Text Example

White with #612B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B2F; }

 p { color: rgb(97,43,47); }

 H1.HeaderClassName
 {
   color: #612B2F;
 }
 .AnyTagClassName
 {
   color: #612B2F;
 }
</style>

background-color css

<style>
 a { background-color: #612B2F; }

 a { background-color: rgb(97,43,47); }

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

border-color css

<style>
 span { border-color: #612B2F; }

 span { border-color: rgb(97,43,47); }

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