Html Css Color HEX #6B1B26 Pohutukawa

📋 copy color: '#6B1B26'

red 107 ◦ green 27 ◦ blue 38

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

Shades of Pohutukawa #6B1B26

Tints of Pohutukawa #6B1B26

RGB

 RED value IS 107 (42.19% from 255) = 62.21%

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

 BLUE value IS 38 (15.23% from 255) = 22.09%

R = 62.21%
G = 15.7%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B1B26 (or 0x6B1B26) is known color: Pohutukawa. HEX triplet: 6B, 1B and 26. RGB value is (107,27,38). Sum of RGB (Red+Green+Blue) = 107+27+38=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B26 is #94E4D9. Grayscale: #343434. Windows color (decimal): -9757914 or 2497387. OLE color: 2497387.

HSL color Cylindrical-coordinate representation of color #6B1B26: hue angle of 351.75º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B1B26 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 27 38 -
CMYK 0 0.75 0.64 0.58
HSL 351.75º 0.6% 0.26% -
HSV(B) 351.75º 0.75% 0.42% -
XYZ 6.81 4.05 2.26 -
YUV 52.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 107 27 38 0 0.75 0.64 0.58 351.75 0.6 0.26
Hex 6B 1B 26 0 4B 40 3A 160 3C 1A
Octal 153 33 46 0 113 100 72 540 74 32
Binary 1101011 11011 100110 0 1001011 1000000 111010 101100000 111100 11010

Color Harmonies of #6B1B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B26

Black with #6B1B26

Text Example


Text Example

White with #6B1B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1B26; }

 p { color: rgb(107,27,38); }

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

background-color css

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

 a { background-color: rgb(107,27,38); }

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

border-color css

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

 span { border-color: rgb(107,27,38); }

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