Html Css Color HEX #671422 Pohutukawa

📋 copy color: '#671422'

red 103 ◦ green 20 ◦ blue 34

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

Shades of Pohutukawa #671422

Tints of Pohutukawa #671422

RGB

 RED value IS 103 (40.63% from 255) = 65.61%

 GREEN value IS 20 (8.2% from 255) = 12.74%

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 65.61%
G = 12.74%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#671422 (or 0x671422) is known color: Pohutukawa. HEX triplet: 67, 14 and 22. RGB value is (103,20,34). Sum of RGB (Red+Green+Blue) = 103+20+34=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #671422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671422 is #98EBDD. Grayscale: #2E2E2E. Windows color (decimal): -10021854 or 2233447. OLE color: 2233447.

HSL color Cylindrical-coordinate representation of color #671422: hue angle of 349.88º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671422 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 34 -
CMYK 0 0.81 0.67 0.60
HSL 349.88º 0.67% 0.24% -
HSV(B) 349.88º 0.81% 0.4% -
XYZ 6.13 3.5 1.87 -
YUV 46.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 103 20 34 0 0.81 0.67 0.60 349.88 0.67 0.24
Hex 67 14 22 0 51 43 3C 15E 43 18
Octal 147 24 42 0 121 103 74 536 103 30
Binary 1100111 10100 100010 0 1010001 1000011 111100 101011110 1000011 11000

Color Harmonies of #671422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671422

Black with #671422

Text Example


Text Example

White with #671422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671422; }

 p { color: rgb(103,20,34); }

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

background-color css

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

 a { background-color: rgb(103,20,34); }

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

border-color css

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

 span { border-color: rgb(103,20,34); }

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