Html Css Color HEX #621226 Pohutukawa

📋 copy color: '#621226'

red 98 ◦ green 18 ◦ blue 38

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

Shades of Pohutukawa #621226

Tints of Pohutukawa #621226

RGB

 RED value IS 98 (38.67% from 255) = 63.64%

 GREEN value IS 18 (7.42% from 255) = 11.69%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 63.64%
G = 11.69%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#621226 (or 0x621226) is known color: Pohutukawa. HEX triplet: 62, 12 and 26. RGB value is (98,18,38). Sum of RGB (Red+Green+Blue) = 98+18+38=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621226 is #9DEDD9. Grayscale: #2C2C2C. Windows color (decimal): -10350042 or 2495074. OLE color: 2495074.

HSL color Cylindrical-coordinate representation of color #621226: hue angle of 345º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621226 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 38 -
CMYK 0 0.82 0.61 0.62
HSL 345º 0.69% 0.23% -
HSV(B) 345º 0.82% 0.38% -
XYZ 5.6 3.17 2.15 -
YUV 44.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 98 18 38 0 0.82 0.61 0.62 345 0.69 0.23
Hex 62 12 26 0 52 3D 3E 159 45 17
Octal 142 22 46 0 122 75 76 531 105 27
Binary 1100010 10010 100110 0 1010010 111101 111110 101011001 1000101 10111

Color Harmonies of #621226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621226

Black with #621226

Text Example


Text Example

White with #621226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621226; }

 p { color: rgb(98,18,38); }

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

background-color css

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

 a { background-color: rgb(98,18,38); }

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

border-color css

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

 span { border-color: rgb(98,18,38); }

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