Html Css Color HEX #9B3F35 Cognac

📋 copy color: '#9B3F35'

red 155 ◦ green 63 ◦ blue 53

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

Shades of Cognac #9B3F35

Tints of Cognac #9B3F35

RGB

 RED value IS 155 (60.94% from 255) = 57.2%

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 57.2%
G = 23.25%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B3F35 (or 0x9B3F35) is known color: Cognac. HEX triplet: 9B, 3F and 35. RGB value is (155,63,53). Sum of RGB (Red+Green+Blue) = 155+63+53=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3F35 is #64C0CA. Grayscale: #595959. Windows color (decimal): -6602955 or 3489691. OLE color: 3489691.

HSL color Cylindrical-coordinate representation of color #9B3F35: hue angle of 5.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3F35 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 63 53 -
CMYK 0 0.59 0.66 0.39
HSL 5.88º 0.49% 0.41% -
HSV(B) 5.88º 0.66% 0.61% -
XYZ 15.94 10.78 4.61 -
YUV 89.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 155 63 53 0 0.59 0.66 0.39 5.88 0.49 0.41
Hex 9B 3F 35 0 3B 42 27 6 31 29
Octal 233 77 65 0 73 102 47 6 61 51
Binary 10011011 111111 110101 0 111011 1000010 100111 110 110001 101001

Color Harmonies of #9B3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F35

Black with #9B3F35

Text Example


Text Example

White with #9B3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3F35; }

 p { color: rgb(155,63,53); }

 H1.HeaderClassName
 {
   color: #9B3F35;
 }
 .AnyTagClassName
 {
   color: #9B3F35;
 }
</style>

background-color css

<style>
 a { background-color: #9B3F35; }

 a { background-color: rgb(155,63,53); }

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

border-color css

<style>
 span { border-color: #9B3F35; }

 span { border-color: rgb(155,63,53); }

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