Html Css Color HEX #63131B Pohutukawa

📋 copy color: '#63131B'

red 99 ◦ green 19 ◦ blue 27

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

Shades of Pohutukawa #63131B

Tints of Pohutukawa #63131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 68.28%
G = 13.1%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63131B (or 0x63131B) is known color: Pohutukawa. HEX triplet: 63, 13 and 1B. RGB value is (99,19,27). Sum of RGB (Red+Green+Blue) = 99+19+27=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131B is #9CECE4. Grayscale: #2B2B2B. Windows color (decimal): -10284261 or 1774435. OLE color: 1774435.

HSL color Cylindrical-coordinate representation of color #63131B: hue angle of 354º 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 #63131B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 27 -
CMYK 0 0.81 0.73 0.61
HSL 354º 0.68% 0.23% -
HSV(B) 354º 0.81% 0.39% -
XYZ 5.58 3.2 1.36 -
YUV 43.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 99 19 27 0 0.81 0.73 0.61 354 0.68 0.23
Hex 63 13 1B 0 51 49 3D 162 44 17
Octal 143 23 33 0 121 111 75 542 104 27
Binary 1100011 10011 11011 0 1010001 1001001 111101 101100010 1000100 10111

Color Harmonies of #63131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63131B

Black with #63131B

Text Example


Text Example

White with #63131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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