Html Css Color HEX #621B2E Pohutukawa

📋 copy color: '#621B2E'

red 98 ◦ green 27 ◦ blue 46

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

Shades of Pohutukawa #621B2E

Tints of Pohutukawa #621B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.79%

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 57.31%
G = 15.79%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#621B2E (or 0x621B2E) is known color: Pohutukawa. HEX triplet: 62, 1B and 2E. RGB value is (98,27,46). Sum of RGB (Red+Green+Blue) = 98+27+46=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2E is #9DE4D1. Grayscale: #323232. Windows color (decimal): -10347730 or 3021666. OLE color: 3021666.

HSL color Cylindrical-coordinate representation of color #621B2E: hue angle of 343.94º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B2E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 27 46 -
CMYK 0 0.72 0.53 0.62
HSL 343.94º 0.57% 0.25% -
HSV(B) 343.94º 0.72% 0.38% -
XYZ 5.92 3.58 2.96 -
YUV 50.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 98 27 46 0 0.72 0.53 0.62 343.94 0.57 0.25
Hex 62 1B 2E 0 48 35 3E 158 39 19
Octal 142 33 56 0 110 65 76 530 71 31
Binary 1100010 11011 101110 0 1001000 110101 111110 101011000 111001 11001

Color Harmonies of #621B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B2E

Black with #621B2E

Text Example


Text Example

White with #621B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,27,46); }

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

background-color css

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

 a { background-color: rgb(98,27,46); }

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

border-color css

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

 span { border-color: rgb(98,27,46); }

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