Html Css Color HEX #63131F Pohutukawa

📋 copy color: '#63131F'

red 99 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #63131F

Tints of Pohutukawa #63131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 66.44%
G = 12.75%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63131F (or 0x63131F) is known color: Pohutukawa. HEX triplet: 63, 13 and 1F. RGB value is (99,19,31). Sum of RGB (Red+Green+Blue) = 99+19+31=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131F is #9CECE0. Grayscale: #2C2C2C. Windows color (decimal): -10284257 or 2036579. OLE color: 2036579.

HSL color Cylindrical-coordinate representation of color #63131F: hue angle of 351º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63131F is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 31 -
CMYK 0 0.81 0.69 0.61
HSL 351º 0.68% 0.23% -
HSV(B) 351º 0.81% 0.39% -
XYZ 5.63 3.22 1.62 -
YUV 44.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 99 19 31 0 0.81 0.69 0.61 351 0.68 0.23
Hex 63 13 1F 0 51 45 3D 15F 44 17
Octal 143 23 37 0 121 105 75 537 104 27
Binary 1100011 10011 11111 0 1010001 1000101 111101 101011111 1000100 10111

Color Harmonies of #63131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63131F

Black with #63131F

Text Example


Text Example

White with #63131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,19,31); }

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

background-color css

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

 a { background-color: rgb(99,19,31); }

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

border-color css

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

 span { border-color: rgb(99,19,31); }

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