Html Css Color HEX #63041C Pohutukawa

📋 copy color: '#63041C'

red 99 ◦ green 4 ◦ blue 28

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

Shades of Pohutukawa #63041C

Tints of Pohutukawa #63041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 75.57%
G = 3.05%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63041C (or 0x63041C) is known color: Pohutukawa. HEX triplet: 63, 04 and 1C. RGB value is (99,4,28). Sum of RGB (Red+Green+Blue) = 99+4+28=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #63041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63041C is #9CFBE3. Grayscale: #232323. Windows color (decimal): -10288100 or 1836131. OLE color: 1836131.

HSL color Cylindrical-coordinate representation of color #63041C: hue angle of 344.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63041C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 28 -
CMYK 0 0.96 0.72 0.61
HSL 344.84º 0.92% 0.2% -
HSV(B) 344.84º 0.96% 0.39% -
XYZ 5.4 2.82 1.36 -
YUV 35.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 99 4 28 0 0.96 0.72 0.61 344.84 0.92 0.2
Hex 63 4 1C 0 60 48 3D 159 5C 14
Octal 143 4 34 0 140 110 75 531 134 24
Binary 1100011 100 11100 0 1100000 1001000 111101 101011001 1011100 10100

Color Harmonies of #63041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63041C

Black with #63041C

Text Example


Text Example

White with #63041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63041C; }

 p { color: rgb(99,4,28); }

 H1.HeaderClassName
 {
   color: #63041C;
 }
 .AnyTagClassName
 {
   color: #63041C;
 }
</style>

background-color css

<style>
 a { background-color: #63041C; }

 a { background-color: rgb(99,4,28); }

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

border-color css

<style>
 span { border-color: #63041C; }

 span { border-color: rgb(99,4,28); }

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