Html Css Color HEX #C84734 Grenadier

📋 copy color: '#C84734'

red 200 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #C84734

Tints of Grenadier #C84734

RGB

 RED value IS 200 (78.52% from 255) = 61.92%

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 61.92%
G = 21.98%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C84734 (or 0xC84734) is known color: Grenadier. HEX triplet: C8, 47 and 34. RGB value is (200,71,52). Sum of RGB (Red+Green+Blue) = 200+71+52=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C84734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84734 is #37B8CB. Grayscale: #6B6B6B. Windows color (decimal): -3651788 or 3426248. OLE color: 3426248.

HSL color Cylindrical-coordinate representation of color #C84734: hue angle of 7.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C84734 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 52 -
CMYK 0 0.64 0.74 0.22
HSL 7.7º 0.59% 0.49% -
HSV(B) 7.7º 0.74% 0.78% -
XYZ 26.69 17.03 5.13 -
YUV 107.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 200 71 52 0 0.64 0.74 0.22 7.7 0.59 0.49
Hex C8 47 34 0 40 4A 16 8 3B 31
Octal 310 107 64 0 100 112 26 10 73 61
Binary 11001000 1000111 110100 0 1000000 1001010 10110 1000 111011 110001

Color Harmonies of #C84734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84734

Black with #C84734

Text Example


Text Example

White with #C84734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84734; }

 p { color: rgb(200,71,52); }

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

background-color css

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

 a { background-color: rgb(200,71,52); }

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

border-color css

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

 span { border-color: rgb(200,71,52); }

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