Html Css Color HEX #6B131A Pohutukawa

📋 copy color: '#6B131A'

red 107 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #6B131A

Tints of Pohutukawa #6B131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 70.39%
G = 12.5%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6B131A (or 0x6B131A) is known color: Pohutukawa. HEX triplet: 6B, 13 and 1A. RGB value is (107,19,26). Sum of RGB (Red+Green+Blue) = 107+19+26=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B131A is #94ECE5. Grayscale: #2E2E2E. Windows color (decimal): -9759974 or 1708907. OLE color: 1708907.

HSL color Cylindrical-coordinate representation of color #6B131A: hue angle of 355.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B131A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 19 26 -
CMYK 0 0.82 0.76 0.58
HSL 355.23º 0.7% 0.25% -
HSV(B) 355.23º 0.82% 0.42% -
XYZ 6.48 3.67 1.34 -
YUV 46.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 107 19 26 0 0.82 0.76 0.58 355.23 0.7 0.25
Hex 6B 13 1A 0 52 4C 3A 163 46 19
Octal 153 23 32 0 122 114 72 543 106 31
Binary 1101011 10011 11010 0 1010010 1001100 111010 101100011 1000110 11001

Color Harmonies of #6B131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B131A

Black with #6B131A

Text Example


Text Example

White with #6B131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,26); }

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

background-color css

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

 a { background-color: rgb(107,19,26); }

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

border-color css

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

 span { border-color: rgb(107,19,26); }

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