Html Css Color HEX #621A1C Pohutukawa

📋 copy color: '#621A1C'

red 98 ◦ green 26 ◦ blue 28

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

Shades of Pohutukawa #621A1C

Tints of Pohutukawa #621A1C

RGB

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

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

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

R = 64.47%
G = 17.11%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#621A1C (or 0x621A1C) is known color: Pohutukawa. HEX triplet: 62, 1A and 1C. RGB value is (98,26,28). Sum of RGB (Red+Green+Blue) = 98+26+28=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A1C is #9DE5E3. Grayscale: #2F2F2F. Windows color (decimal): -10348004 or 1841762. OLE color: 1841762.

HSL color Cylindrical-coordinate representation of color #621A1C: hue angle of 358.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 #621A1C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 26 28 -
CMYK 0 0.73 0.71 0.62
HSL 358.33º 0.58% 0.24% -
HSV(B) 358.33º 0.73% 0.38% -
XYZ 5.62 3.42 1.46 -
YUV 47.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 98 26 28 0 0.73 0.71 0.62 358.33 0.58 0.24
Hex 62 1A 1C 0 49 47 3E 166 3A 18
Octal 142 32 34 0 111 107 76 546 72 30
Binary 1100010 11010 11100 0 1001001 1000111 111110 101100110 111010 11000

Color Harmonies of #621A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A1C

Black with #621A1C

Text Example


Text Example

White with #621A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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