Html Css Color HEX #63101A Pohutukawa

📋 copy color: '#63101A'

red 99 ◦ green 16 ◦ blue 26

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

Shades of Pohutukawa #63101A

Tints of Pohutukawa #63101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 70.21%
G = 11.35%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63101A (or 0x63101A) is known color: Pohutukawa. HEX triplet: 63, 10 and 1A. RGB value is (99,16,26). Sum of RGB (Red+Green+Blue) = 99+16+26=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #63101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63101A is #9CEFE5. Grayscale: #2A2A2A. Windows color (decimal): -10285030 or 1708131. OLE color: 1708131.

HSL color Cylindrical-coordinate representation of color #63101A: hue angle of 352.77º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63101A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 26 -
CMYK 0 0.84 0.74 0.61
HSL 352.77º 0.72% 0.23% -
HSV(B) 352.77º 0.84% 0.39% -
XYZ 5.52 3.1 1.28 -
YUV 41.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 99 16 26 0 0.84 0.74 0.61 352.77 0.72 0.23
Hex 63 10 1A 0 54 4A 3D 161 48 17
Octal 143 20 32 0 124 112 75 541 110 27
Binary 1100011 10000 11010 0 1010100 1001010 111101 101100001 1001000 10111

Color Harmonies of #63101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63101A

Black with #63101A

Text Example


Text Example

White with #63101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63101A; }

 p { color: rgb(99,16,26); }

 H1.HeaderClassName
 {
   color: #63101A;
 }
 .AnyTagClassName
 {
   color: #63101A;
 }
</style>

background-color css

<style>
 a { background-color: #63101A; }

 a { background-color: rgb(99,16,26); }

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

border-color css

<style>
 span { border-color: #63101A; }

 span { border-color: rgb(99,16,26); }

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