Html Css Color HEX #68141B Pohutukawa

📋 copy color: '#68141B'

red 104 ◦ green 20 ◦ blue 27

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

Shades of Pohutukawa #68141B

Tints of Pohutukawa #68141B

RGB

 RED value IS 104 (41.02% from 255) = 68.87%

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 68.87%
G = 13.25%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68141B (or 0x68141B) is known color: Pohutukawa. HEX triplet: 68, 14 and 1B. RGB value is (104,20,27). Sum of RGB (Red+Green+Blue) = 104+20+27=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141B is #97EBE4. Grayscale: #2D2D2D. Windows color (decimal): -9956325 or 1774696. OLE color: 1774696.

HSL color Cylindrical-coordinate representation of color #68141B: hue angle of 355º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68141B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 27 -
CMYK 0 0.81 0.74 0.59
HSL 355º 0.68% 0.24% -
HSV(B) 355º 0.81% 0.41% -
XYZ 6.16 3.52 1.39 -
YUV 45.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 104 20 27 0 0.81 0.74 0.59 355 0.68 0.24
Hex 68 14 1B 0 51 4A 3B 163 44 18
Octal 150 24 33 0 121 112 73 543 104 30
Binary 1101000 10100 11011 0 1010001 1001010 111011 101100011 1000100 11000

Color Harmonies of #68141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68141B

Black with #68141B

Text Example


Text Example

White with #68141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68141B; }

 p { color: rgb(104,20,27); }

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

background-color css

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

 a { background-color: rgb(104,20,27); }

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

border-color css

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

 span { border-color: rgb(104,20,27); }

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