Html Css Color HEX #631A2F Claret

📋 copy color: '#631A2F'

red 99 ◦ green 26 ◦ blue 47

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

Shades of Claret #631A2F

Tints of Claret #631A2F

RGB

 RED value IS 99 (39.06% from 255) = 57.56%

 GREEN value IS 26 (10.55% from 255) = 15.12%

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

R = 57.56%
G = 15.12%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#631A2F (or 0x631A2F) is known color: Claret. HEX triplet: 63, 1A and 2F. RGB value is (99,26,47). Sum of RGB (Red+Green+Blue) = 99+26+47=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A2F is #9CE5D0. Grayscale: #323232. Windows color (decimal): -10282449 or 3086947. OLE color: 3086947.

HSL color Cylindrical-coordinate representation of color #631A2F: hue angle of 342.74º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A2F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 26 47 -
CMYK 0 0.74 0.53 0.61
HSL 342.74º 0.58% 0.25% -
HSV(B) 342.74º 0.74% 0.39% -
XYZ 6.03 3.6 3.07 -
YUV 50.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 99 26 47 0 0.74 0.53 0.61 342.74 0.58 0.25
Hex 63 1A 2F 0 4A 35 3D 157 3A 19
Octal 143 32 57 0 112 65 75 527 72 31
Binary 1100011 11010 101111 0 1001010 110101 111101 101010111 111010 11001

Color Harmonies of #631A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A2F

Black with #631A2F

Text Example


Text Example

White with #631A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631A2F; }

 p { color: rgb(99,26,47); }

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

background-color css

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

 a { background-color: rgb(99,26,47); }

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

border-color css

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

 span { border-color: rgb(99,26,47); }

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