Html Css Color HEX #63192E Pohutukawa

📋 copy color: '#63192E'

red 99 ◦ green 25 ◦ blue 46

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

Shades of Pohutukawa #63192E

Tints of Pohutukawa #63192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.71%

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 58.24%
G = 14.71%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63192E (or 0x63192E) is known color: Pohutukawa. HEX triplet: 63, 19 and 2E. RGB value is (99,25,46). Sum of RGB (Red+Green+Blue) = 99+25+46=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #63192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63192E is #9CE6D1. Grayscale: #313131. Windows color (decimal): -10282706 or 3021155. OLE color: 3021155.

HSL color Cylindrical-coordinate representation of color #63192E: hue angle of 342.97º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63192E is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 46 -
CMYK 0 0.75 0.54 0.61
HSL 342.97º 0.6% 0.24% -
HSV(B) 342.97º 0.75% 0.39% -
XYZ 5.99 3.55 2.95 -
YUV 49.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 99 25 46 0 0.75 0.54 0.61 342.97 0.6 0.24
Hex 63 19 2E 0 4B 36 3D 157 3C 18
Octal 143 31 56 0 113 66 75 527 74 30
Binary 1100011 11001 101110 0 1001011 110110 111101 101010111 111100 11000

Color Harmonies of #63192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63192E

Black with #63192E

Text Example


Text Example

White with #63192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63192E; }

 p { color: rgb(99,25,46); }

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

background-color css

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

 a { background-color: rgb(99,25,46); }

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

border-color css

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

 span { border-color: rgb(99,25,46); }

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