Html Css Color HEX #63161F Pohutukawa

📋 copy color: '#63161F'

red 99 ◦ green 22 ◦ blue 31

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

Shades of Pohutukawa #63161F

Tints of Pohutukawa #63161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 65.13%
G = 14.47%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63161F (or 0x63161F) is known color: Pohutukawa. HEX triplet: 63, 16 and 1F. RGB value is (99,22,31). Sum of RGB (Red+Green+Blue) = 99+22+31=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161F is #9CE9E0. Grayscale: #2E2E2E. Windows color (decimal): -10283489 or 2037347. OLE color: 2037347.

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

Color convert

RGB 99 22 31 -
CMYK 0 0.78 0.69 0.61
HSL 352.99º 0.64% 0.24% -
HSV(B) 352.99º 0.78% 0.39% -
XYZ 5.68 3.33 1.64 -
YUV 46.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 99 22 31 0 0.78 0.69 0.61 352.99 0.64 0.24
Hex 63 16 1F 0 4E 45 3D 161 40 18
Octal 143 26 37 0 116 105 75 541 100 30
Binary 1100011 10110 11111 0 1001110 1000101 111101 101100001 1000000 11000

Color Harmonies of #63161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63161F

Black with #63161F

Text Example


Text Example

White with #63161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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