Html Css Color HEX #621A28 Pohutukawa

📋 copy color: '#621A28'

red 98 ◦ green 26 ◦ blue 40

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

Shades of Pohutukawa #621A28

Tints of Pohutukawa #621A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 59.76%
G = 15.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#621A28 (or 0x621A28) is known color: Pohutukawa. HEX triplet: 62, 1A and 28. RGB value is (98,26,40). Sum of RGB (Red+Green+Blue) = 98+26+40=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #621A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A28 is #9DE5D7. Grayscale: #313131. Windows color (decimal): -10347992 or 2628194. OLE color: 2628194.

HSL color Cylindrical-coordinate representation of color #621A28: hue angle of 348.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A28 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 40 -
CMYK 0 0.73 0.59 0.62
HSL 348.33º 0.58% 0.24% -
HSV(B) 348.33º 0.73% 0.38% -
XYZ 5.79 3.49 2.38 -
YUV 49.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 98 26 40 0 0.73 0.59 0.62 348.33 0.58 0.24
Hex 62 1A 28 0 49 3B 3E 15C 3A 18
Octal 142 32 50 0 111 73 76 534 72 30
Binary 1100010 11010 101000 0 1001001 111011 111110 101011100 111010 11000

Color Harmonies of #621A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A28

Black with #621A28

Text Example


Text Example

White with #621A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A28; }

 p { color: rgb(98,26,40); }

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

background-color css

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

 a { background-color: rgb(98,26,40); }

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

border-color css

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

 span { border-color: rgb(98,26,40); }

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