Html Css Color HEX #63192D Pohutukawa

📋 copy color: '#63192D'

red 99 ◦ green 25 ◦ blue 45

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

Shades of Pohutukawa #63192D

Tints of Pohutukawa #63192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.63%

R = 58.58%
G = 14.79%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63192D (or 0x63192D) is known color: Pohutukawa. HEX triplet: 63, 19 and 2D. RGB value is (99,25,45). Sum of RGB (Red+Green+Blue) = 99+25+45=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #63192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63192D is #9CE6D2. Grayscale: #313131. Windows color (decimal): -10282707 or 2955619. OLE color: 2955619.

HSL color Cylindrical-coordinate representation of color #63192D: hue angle of 343.78º 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 #63192D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 45 -
CMYK 0 0.75 0.55 0.61
HSL 343.78º 0.6% 0.24% -
HSV(B) 343.78º 0.75% 0.39% -
XYZ 5.97 3.54 2.85 -
YUV 49.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 99 25 45 0 0.75 0.55 0.61 343.78 0.6 0.24
Hex 63 19 2D 0 4B 37 3D 158 3C 18
Octal 143 31 55 0 113 67 75 530 74 30
Binary 1100011 11001 101101 0 1001011 110111 111101 101011000 111100 11000

Color Harmonies of #63192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63192D

Black with #63192D

Text Example


Text Example

White with #63192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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